Property | Type | Description | |
---|---|---|---|
force | Vector2 | ||
mass | float | ||
position | Vector2 | ||
velocity | Vector2 |
Method | Description | |
---|---|---|
PointMass ( ) : System | ||
PointMass ( Vector2 pos, float mass ) : System | ||
ToString ( ) : string | ||
Update ( double elapsed ) : void |
public PointMass ( Vector2 pos, float mass ) : System | ||
pos | Vector2 | |
mass | float | |
return | System |