Wiki > TV3D65 Index > TVActor
AdvancedCollision
DESCRIPTION
Performs a line collision on the model (called sometimes ray collision) between vLineStart and vLineEnd points .
This method returns complete information on the collision (or intersection) if it happened.
DECLARATION
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| vStartRay | No | vStartRay description |
| vEndRay | No | vEndRay description |
| eCollisionType | Yes | eCollisionType description |
RETURN VALUE
| NAME | OPTIONAL | DESCRIPTION |
| pRetCollResult | No | pRetCollResult description |
EXAMPLES
TIPS
- Please add any notes or tips for this method.