Class: Quake::Bsp::Plane
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Plane
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#dist ⇒ Object
readonly
Returns the value of attribute dist.
-
#normal ⇒ Object
readonly
Returns the value of attribute normal.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#dist ⇒ Object (readonly)
Returns the value of attribute dist
8 9 10 |
# File 'lib/quake/bsp/types.rb', line 8 def dist @dist end |
#normal ⇒ Object (readonly)
Returns the value of attribute normal
8 9 10 |
# File 'lib/quake/bsp/types.rb', line 8 def normal @normal end |
#type ⇒ Object (readonly)
Returns the value of attribute type
8 9 10 |
# File 'lib/quake/bsp/types.rb', line 8 def type @type end |