Property | Type | Description | |
---|---|---|---|
inverseMass | float | ||
position | Vector3 | ||
velocity | Vector3 |
Method | Description | |
---|---|---|
PointMass ( Vector3 position, float invMass ) : System.Collections.Generic | ||
applyForce ( Vector3 force ) : void | ||
increaseDamping ( float factor ) : void | ||
update ( ) : void |
public PointMass ( Vector3 position, float invMass ) : System.Collections.Generic | ||
position | Vector3 | |
invMass | float | |
return | System.Collections.Generic |
public increaseDamping ( float factor ) : void | ||
factor | float | |
return | void |