|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| plConvexHull | plConvexHullCompute (float(*coords)[3], int count) |
| void | plConvexHullDelete (plConvexHull hull) |
| int | plConvexHullNumVertices (plConvexHull hull) |
| int | plConvexHullNumFaces (plConvexHull hull) |
| void | plConvexHullGetVertex (plConvexHull hull, int n, float coords[3], int *original_index) |
| int | plConvexHullGetFaceSize (plConvexHull hull, int n) |
| void | plConvexHullGetFaceVertices (plConvexHull hull, int n, int *vertices) |
| plConvexHull plConvexHullCompute | ( | float(*) | coords[3], |
| int | count | ||
| ) |
Definition at line 23 of file rb_convex_hull_api.cpp.
References count.
| void plConvexHullDelete | ( | plConvexHull | hull | ) |
Definition at line 30 of file rb_convex_hull_api.cpp.
| int plConvexHullGetFaceSize | ( | plConvexHull | hull, |
| int | n | ||
| ) |
Definition at line 58 of file rb_convex_hull_api.cpp.
References count, e, btConvexHullComputer::edges, and btConvexHullComputer::faces.
| void plConvexHullGetFaceVertices | ( | plConvexHull | hull, |
| int | n, | ||
| int * | vertices | ||
| ) |
Definition at line 72 of file rb_convex_hull_api.cpp.
References count, e, btConvexHullComputer::edges, and btConvexHullComputer::faces.
| void plConvexHullGetVertex | ( | plConvexHull | hull, |
| int | n, | ||
| float | coords[3], | ||
| int * | original_index | ||
| ) |
Definition at line 48 of file rb_convex_hull_api.cpp.
References btVector3, btConvexHullComputer::original_vertex_index, v, and btConvexHullComputer::vertices.
| int plConvexHullNumFaces | ( | plConvexHull | hull | ) |
Definition at line 42 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::faces, and btAlignedObjectArray< T >::size().
| int plConvexHullNumVertices | ( | plConvexHull | hull | ) |
Definition at line 36 of file rb_convex_hull_api.cpp.
References btAlignedObjectArray< T >::size(), and btConvexHullComputer::vertices.