Wiki > TV3D65 Index > TVScene
AdvancedCollision
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | AdvancedCollision(pStart As TV_3DVECTOR , pEnd As TV_3DVECTOR , retFirstElementOfArray As TV_COLLISIONRESULT , eObjectType As Integer , eTestType As CONST_TV_TESTTYPE , iNumOfHits As Integer) As Boolean |
| C++ | bool AdvancedCollision(cTV_3DVECTOR pStart , cTV_3DVECTOR pEnd , cTV_COLLISIONRESULT* retFirstElementOfArray , int eObjectType , cCONST_TV_TESTTYPE eTestType , int* iNumOfHits ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| pStart | No | pStart description |
| pEnd | No | pEnd description |
| eObjectType | Yes | eObjectType description |
| eTestType | Yes | eTestType description |
RETURN VALUE
| NAME | OPTIONAL | DESCRIPTION |
| retFirstElementOfArray | No | retFirstElementOfArray description |
| iNumOfHits | Yes | iNumOfHits description |
EXAMPLES
TIPS
- Please add any notes or tips for this method.