org.jbox2d.collision
Class WorldManifold
java.lang.Object
org.jbox2d.collision.WorldManifold
public class WorldManifold
- extends Object
This is used to compute the current state of a contact manifold.
- Author:
- daniel
Field Summary |
Vec2 |
normal
World vector pointing from A to B |
Vec2[] |
points
World contact point (point of intersection) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
normal
public final Vec2 normal
- World vector pointing from A to B
points
public final Vec2[] points
- World contact point (point of intersection)
WorldManifold
public WorldManifold()
initialize
public final void initialize(Manifold manifold,
Transform xfA,
float radiusA,
Transform xfB,
float radiusB)
Copyright © 2013. All Rights Reserved.