Class: Quake::Bsp::Edge
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Edge
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#v0 ⇒ Object
readonly
Returns the value of attribute v0.
-
#v1 ⇒ Object
readonly
Returns the value of attribute v1.
Instance Attribute Details
#v0 ⇒ Object (readonly)
Returns the value of attribute v0
5 6 7 |
# File 'lib/quake/bsp/types.rb', line 5 def v0 @v0 end |
#v1 ⇒ Object (readonly)
Returns the value of attribute v1
5 6 7 |
# File 'lib/quake/bsp/types.rb', line 5 def v1 @v1 end |