Property | Type | Description | |
---|---|---|---|
Id | ContactID | ||
LocalPoint | |||
NormalImpulse | float | ||
TangentImpulse | float |
Method | Description | |
---|---|---|
ManifoldPoint ( ) : Box2D.Common |
Blank manifold point with everything zeroed out.
|
|
ManifoldPoint ( ManifoldPoint cp ) : Box2D.Common |
Creates a manifold point as a copy of the given point
|
|
Set ( ManifoldPoint cp ) : void |
Sets this manifold point form the given one
|
public ManifoldPoint ( ManifoldPoint cp ) : Box2D.Common | ||
cp | ManifoldPoint | point to copy from |
return | Box2D.Common |
public Set ( ManifoldPoint cp ) : void | ||
cp | ManifoldPoint | the point to copy from |
return | void |