|
Blender
V3.3
|
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 | plConvexHullNumLoops (plConvexHull hull) |
| int | plConvexHullNumFaces (plConvexHull hull) |
| void | plConvexHullGetVertex (plConvexHull hull, int n, float coords[3], int *original_index) |
| void | plConvexHullGetLoop (plConvexHull hull, int n, int *v_from, int *v_to) |
| int | plConvexHullGetReversedLoopIndex (plConvexHull hull, int n) |
| int | plConvexHullGetFaceSize (plConvexHull hull, int n) |
| void | plConvexHullGetFaceLoops (plConvexHull hull, int n, int *loops) |
| void | plConvexHullGetFaceVertices (plConvexHull hull, int n, int *vertices) |
| plConvexHull plConvexHullCompute | ( | float(*) | coords[3], |
| int | count | ||
| ) |
Definition at line 11 of file rb_convex_hull_api.cpp.
References count.
| void plConvexHullDelete | ( | plConvexHull | hull | ) |
Definition at line 18 of file rb_convex_hull_api.cpp.
| void plConvexHullGetFaceLoops | ( | plConvexHull | hull, |
| int | n, | ||
| int * | loops | ||
| ) |
Definition at line 79 of file rb_convex_hull_api.cpp.
References count, e, btConvexHullComputer::edges, and btConvexHullComputer::faces.
| int plConvexHullGetFaceSize | ( | plConvexHull | hull, |
| int | n | ||
| ) |
Definition at line 65 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 92 of file rb_convex_hull_api.cpp.
References count, e, btConvexHullComputer::edges, and btConvexHullComputer::faces.
| void plConvexHullGetLoop | ( | plConvexHull | hull, |
| int | n, | ||
| int * | v_from, | ||
| int * | v_to | ||
| ) |
Definition at line 52 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges.
| int plConvexHullGetReversedLoopIndex | ( | plConvexHull | hull, |
| int | n | ||
| ) |
Definition at line 59 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges.
| void plConvexHullGetVertex | ( | plConvexHull | hull, |
| int | n, | ||
| float | coords[3], | ||
| int * | original_index | ||
| ) |
Definition at line 42 of file rb_convex_hull_api.cpp.
References btVector3, btConvexHullComputer::original_vertex_index, v, and btConvexHullComputer::vertices.
| int plConvexHullNumFaces | ( | plConvexHull | hull | ) |
Definition at line 36 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::faces, and btAlignedObjectArray< T >::size().
| int plConvexHullNumLoops | ( | plConvexHull | hull | ) |
Definition at line 30 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges.
| int plConvexHullNumVertices | ( | plConvexHull | hull | ) |
Definition at line 24 of file rb_convex_hull_api.cpp.
References btAlignedObjectArray< T >::size(), and btConvexHullComputer::vertices.