TSVector TSPosition
Set/get body's position.
TSMatrix TSOrientation
Set/get body's orientation.
void TSApplyForce(TSVector force)
Applies a force to the body's center.
void TSApplyImpulse(TSVector force)
Applies a impulse to the body's center.
void TSApplyTorque(TSVector force)
Applies a torque force to the body.
Represents an interface to 3D bodies.
bool TSIsKinematic
If true the body is managed as kinematic.
bool TSAffectedByGravity
If true the body is affected by gravity.
TSVector TSLinearVelocity
Set/get body's linear velocity.
TSVector TSAngularVelocity
Set/get body's angular velocity.
Represents a common interface to 2D and 3D bodies.