Class: Box2D::Manifold

Inherits:
Data
  • Object
show all
Defined in:
lib/box2d/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#normalObject (readonly)

Returns the value of attribute normal

Returns:

  • (Object)

    the current value of normal



9
10
11
# File 'lib/box2d/events.rb', line 9

def normal
  @normal
end

#pointsObject (readonly)

Returns the value of attribute points

Returns:

  • (Object)

    the current value of points



9
10
11
# File 'lib/box2d/events.rb', line 9

def points
  @points
end