Method | Description | |
---|---|---|
CollisionData ( System.Vector2 pos, System.Vector2 normal, float normalImpulse, float tangentImpulse, float normalMass, float tangentMass ) : System |
Method | Description | |
---|---|---|
CollisionData ( FarseerPhysics localBody, FarseerPhysics impulse, int pointIndex ) : System |
public CollisionData ( System.Vector2 pos, System.Vector2 normal, float normalImpulse, float tangentImpulse, float normalMass, float tangentMass ) : System | ||
pos | System.Vector2 | |
normal | System.Vector2 | |
normalImpulse | float | |
tangentImpulse | float | |
normalMass | float | |
tangentMass | float | |
return | System |