Property | Type | Description | |
---|---|---|---|
Normal | Vector2 | ||
Points | FixedArray2 |
Method | Description | |
---|---|---|
WorldManifold ( |
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 WorldManifold ( |
||
manifold | The manifold. | |
transformA | Transform | The transform for A. |
radiusA | float | The radius for A. |
transformB | Transform | The transform for B. |
radiusB | float | The radius for B. |
return | System |