Class: Quake::Physics::TraceResult
- Inherits:
-
Data
- Object
- Data
- Quake::Physics::TraceResult
- Defined in:
- lib/quake/physics/hull_trace.rb
Overview
Trace result from hull tracing.
Instance Attribute Summary collapse
-
#all_solid ⇒ Object
readonly
Returns the value of attribute all_solid.
-
#end_pos ⇒ Object
readonly
Returns the value of attribute end_pos.
-
#fraction ⇒ Object
readonly
Returns the value of attribute fraction.
-
#in_open ⇒ Object
readonly
Returns the value of attribute in_open.
-
#in_water ⇒ Object
readonly
Returns the value of attribute in_water.
-
#plane_dist ⇒ Object
readonly
Returns the value of attribute plane_dist.
-
#plane_normal ⇒ Object
readonly
Returns the value of attribute plane_normal.
-
#start_solid ⇒ Object
readonly
Returns the value of attribute start_solid.
Instance Attribute Details
#all_solid ⇒ Object (readonly)
Returns the value of attribute all_solid
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def all_solid @all_solid end |
#end_pos ⇒ Object (readonly)
Returns the value of attribute end_pos
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def end_pos @end_pos end |
#fraction ⇒ Object (readonly)
Returns the value of attribute fraction
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def fraction @fraction end |
#in_open ⇒ Object (readonly)
Returns the value of attribute in_open
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def in_open @in_open end |
#in_water ⇒ Object (readonly)
Returns the value of attribute in_water
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def in_water @in_water end |
#plane_dist ⇒ Object (readonly)
Returns the value of attribute plane_dist
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def plane_dist @plane_dist end |
#plane_normal ⇒ Object (readonly)
Returns the value of attribute plane_normal
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def plane_normal @plane_normal end |
#start_solid ⇒ Object (readonly)
Returns the value of attribute start_solid
6 7 8 |
# File 'lib/quake/physics/hull_trace.rb', line 6 def start_solid @start_solid end |