Class: Quake::Bsp::Hull
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Hull
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#clip_maxs ⇒ Object
readonly
Returns the value of attribute clip_maxs.
-
#clip_mins ⇒ Object
readonly
Returns the value of attribute clip_mins.
-
#first_clipnode ⇒ Object
readonly
Returns the value of attribute first_clipnode.
-
#last_clipnode ⇒ Object
readonly
Returns the value of attribute last_clipnode.
Instance Attribute Details
#clip_maxs ⇒ Object (readonly)
Returns the value of attribute clip_maxs
27 28 29 |
# File 'lib/quake/bsp/types.rb', line 27 def clip_maxs @clip_maxs end |
#clip_mins ⇒ Object (readonly)
Returns the value of attribute clip_mins
27 28 29 |
# File 'lib/quake/bsp/types.rb', line 27 def clip_mins @clip_mins end |
#first_clipnode ⇒ Object (readonly)
Returns the value of attribute first_clipnode
27 28 29 |
# File 'lib/quake/bsp/types.rb', line 27 def first_clipnode @first_clipnode end |
#last_clipnode ⇒ Object (readonly)
Returns the value of attribute last_clipnode
27 28 29 |
# File 'lib/quake/bsp/types.rb', line 27 def last_clipnode @last_clipnode end |