Method | Description | |
---|---|---|
initialize ( |
Evaluate the manifold with supplied transforms. This assumes modest motion from the original state. This does not change the point count, impulses, etc. The radii must come from the Shapes that generated the manifold.
|
public static initialize ( |
||
manifold | The manifold. | |
xfA | Transform | The transform for A. |
radiusA | float | The radius for A. |
xfB | Transform | The transform for B. |
radiusB | float | The radius for B. |
normal | Vector2 | World vector pointing from A to B |
points | FixedArray2 |
Torld contact point (point of intersection). |
return | void |