Wiki > TV3D65 Index > TVPhysics
AddImpulseToPoint
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | AddImpulseToPoint(rigidBodyIndex As Integer , vImpulse As TV_3DVECTOR , vPoint As TV_3DVECTOR , bLocalSpace As Boolean) |
| C++ | void AddImpulseToPoint(int rigidBodyIndex , cTV_3DVECTOR vImpulse , cTV_3DVECTOR vPoint , bool bLocalSpace ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| rigidBodyIndex | No | rigidBodyIndex description |
| vImpulse | No | vImpulse description |
| vPoint | No | vPoint description |
| bLocalSpace | Yes | bLocalSpace description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.