Class: Box2D::Manifold
- Inherits:
-
Data
- Object
- Data
- Box2D::Manifold
- Defined in:
- lib/box2d/events.rb
Instance Attribute Summary collapse
-
#normal ⇒ Object
readonly
Returns the value of attribute normal.
-
#points ⇒ Object
readonly
Returns the value of attribute points.
Instance Attribute Details
#normal ⇒ Object (readonly)
Returns the value of attribute normal
9 10 11 |
# File 'lib/box2d/events.rb', line 9 def normal @normal end |
#points ⇒ Object (readonly)
Returns the value of attribute points
9 10 11 |
# File 'lib/box2d/events.rb', line 9 def points @points end |