Class: Box2D::ManifoldPoint
- Inherits:
-
Data
- Object
- Data
- Box2D::ManifoldPoint
- Defined in:
- lib/box2d/events.rb
Instance Attribute Summary collapse
-
#normal_impulse ⇒ Object
readonly
Returns the value of attribute normal_impulse.
-
#persisted ⇒ Object
readonly
Returns the value of attribute persisted.
-
#point ⇒ Object
readonly
Returns the value of attribute point.
-
#separation ⇒ Object
readonly
Returns the value of attribute separation.
-
#tangent_impulse ⇒ Object
readonly
Returns the value of attribute tangent_impulse.
Instance Attribute Details
#normal_impulse ⇒ Object (readonly)
Returns the value of attribute normal_impulse
10 11 12 |
# File 'lib/box2d/events.rb', line 10 def normal_impulse @normal_impulse end |
#persisted ⇒ Object (readonly)
Returns the value of attribute persisted
10 11 12 |
# File 'lib/box2d/events.rb', line 10 def persisted @persisted end |
#point ⇒ Object (readonly)
Returns the value of attribute point
10 11 12 |
# File 'lib/box2d/events.rb', line 10 def point @point end |
#separation ⇒ Object (readonly)
Returns the value of attribute separation
10 11 12 |
# File 'lib/box2d/events.rb', line 10 def separation @separation end |
#tangent_impulse ⇒ Object (readonly)
Returns the value of attribute tangent_impulse
10 11 12 |
# File 'lib/box2d/events.rb', line 10 def tangent_impulse @tangent_impulse end |