Wiki > TV3D65 Index > TVPhysics
AddConvexHullFromPoints
DESCRIPTION
This function will take a list of points (point cloud) and will create a convex hull from it.
DECLARATION
| VB.NET | AddConvexHullFromPoints(rigidBodyIndex As Integer , vFirstElementOfArray As TV_3DVECTOR) |
| C++ | void AddConvexHullFromPoints(int rigidBodyIndex , cTV_3DVECTOR vFirstElementOfArray) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| rigidBodyIndex | No | Index of the Physics Body. |
| vFirstElementOfArray | No | The array of points. |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.