Свойство | Type | Description | |
---|---|---|---|
LocalNormal | |||
LocalPoint | |||
PointCount | int | ||
Points | Box2D.Collision.ManifoldPoint[] | ||
Type | ManifoldType |
Méthode | Description | |
---|---|---|
Manifold ( ) : Box2D.Common |
creates a manifold with 0 points, with it's points array full of instantiated ManifoldPoints.
|
|
Manifold ( |
Creates this manifold as a copy of the other
|
|
Set ( |
copies this manifold from the given one
|
public Manifold ( |
||
other | ||
Résultat | Box2D.Common |
public Set ( |
||
cp | manifold to copy from | |
Résultat | void |
public ManifoldPoint[],Box2D.Collision Points | ||
Résultat | Box2D.Collision.ManifoldPoint[] |