org.jbox2d.dynamics.contacts
Class TOIConstraint

java.lang.Object
  extended by org.jbox2d.dynamics.contacts.TOIConstraint

public class TOIConstraint
extends Object

Author:
daniel

Field Summary
 Body bodyA
           
 Body bodyB
           
 Vec2 localNormal
           
 Vec2 localPoint
           
 Vec2[] localPoints
           
 int pointCount
           
 float radius
           
 Manifold.ManifoldType type
           
 
Constructor Summary
TOIConstraint()
           
TOIConstraint(TOIConstraint argToClone)
           
 
Method Summary
 void set(TOIConstraint argOther)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localPoints

public final Vec2[] localPoints

localNormal

public final Vec2 localNormal

localPoint

public final Vec2 localPoint

type

public Manifold.ManifoldType type

radius

public float radius

pointCount

public int pointCount

bodyA

public Body bodyA

bodyB

public Body bodyB
Constructor Detail

TOIConstraint

public TOIConstraint()

TOIConstraint

public TOIConstraint(TOIConstraint argToClone)
Method Detail

set

public void set(TOIConstraint argOther)


Copyright © 2012. All Rights Reserved.