Class: Quake::Physics::BoxHull
- Inherits:
-
Data
- Object
- Data
- Quake::Physics::BoxHull
- Defined in:
- lib/quake/physics/hull_trace.rb
Instance Attribute Summary collapse
-
#clipnodes ⇒ Object
readonly
Returns the value of attribute clipnodes.
-
#first_clipnode ⇒ Object
readonly
Returns the value of attribute first_clipnode.
-
#last_clipnode ⇒ Object
readonly
Returns the value of attribute last_clipnode.
-
#planes ⇒ Object
readonly
Returns the value of attribute planes.
Instance Attribute Details
#clipnodes ⇒ Object (readonly)
Returns the value of attribute clipnodes
25 26 27 |
# File 'lib/quake/physics/hull_trace.rb', line 25 def clipnodes @clipnodes end |
#first_clipnode ⇒ Object (readonly)
Returns the value of attribute first_clipnode
25 26 27 |
# File 'lib/quake/physics/hull_trace.rb', line 25 def first_clipnode @first_clipnode end |
#last_clipnode ⇒ Object (readonly)
Returns the value of attribute last_clipnode
25 26 27 |
# File 'lib/quake/physics/hull_trace.rb', line 25 def last_clipnode @last_clipnode end |
#planes ⇒ Object (readonly)
Returns the value of attribute planes
25 26 27 |
# File 'lib/quake/physics/hull_trace.rb', line 25 def planes @planes end |