Class: Box2D::ManifoldPoint

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

Instance Attribute Summary collapse

Instance Attribute Details

#normal_impulseObject (readonly)

Returns the value of attribute normal_impulse

Returns:

  • (Object)

    the current value of normal_impulse



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

def normal_impulse
  @normal_impulse
end

#persistedObject (readonly)

Returns the value of attribute persisted

Returns:

  • (Object)

    the current value of persisted



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

def persisted
  @persisted
end

#pointObject (readonly)

Returns the value of attribute point

Returns:

  • (Object)

    the current value of point



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

def point
  @point
end

#separationObject (readonly)

Returns the value of attribute separation

Returns:

  • (Object)

    the current value of separation



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

def separation
  @separation
end

#tangent_impulseObject (readonly)

Returns the value of attribute tangent_impulse

Returns:

  • (Object)

    the current value of tangent_impulse



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

def tangent_impulse
  @tangent_impulse
end