|
Blender V4.5
|
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 12 of file rb_convex_hull_api.cpp.
References plConvexHullCompute().
Referenced by plConvexHullCompute().
| void plConvexHullDelete | ( | plConvexHull | hull | ) |
Definition at line 19 of file rb_convex_hull_api.cpp.
References plConvexHullDelete().
Referenced by plConvexHullDelete().
| void plConvexHullGetFaceLoops | ( | plConvexHull | hull, |
| int | n, | ||
| int * | loops ) |
Definition at line 81 of file rb_convex_hull_api.cpp.
References e, btConvexHullComputer::edges, btConvexHullComputer::faces, and plConvexHullGetFaceLoops().
Referenced by plConvexHullGetFaceLoops().
| int plConvexHullGetFaceSize | ( | plConvexHull | hull, |
| int | n ) |
Definition at line 66 of file rb_convex_hull_api.cpp.
References e, btConvexHullComputer::edges, btConvexHullComputer::faces, and plConvexHullGetFaceSize().
Referenced by plConvexHullGetFaceSize().
| void plConvexHullGetFaceVertices | ( | plConvexHull | hull, |
| int | n, | ||
| int * | vertices ) |
Definition at line 95 of file rb_convex_hull_api.cpp.
References e, btConvexHullComputer::edges, btConvexHullComputer::faces, and plConvexHullGetFaceVertices().
Referenced by plConvexHullGetFaceVertices().
| void plConvexHullGetLoop | ( | plConvexHull | hull, |
| int | n, | ||
| int * | v_from, | ||
| int * | v_to ) |
Definition at line 53 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges, and plConvexHullGetLoop().
Referenced by plConvexHullGetLoop().
| int plConvexHullGetReversedLoopIndex | ( | plConvexHull | hull, |
| int | n ) |
Definition at line 60 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges, and plConvexHullGetReversedLoopIndex().
Referenced by plConvexHullGetReversedLoopIndex().
| void plConvexHullGetVertex | ( | plConvexHull | hull, |
| int | n, | ||
| float | coords[3], | ||
| int * | original_index ) |
Definition at line 43 of file rb_convex_hull_api.cpp.
References btVector3, btConvexHullComputer::original_vertex_index, plConvexHullGetVertex(), v, and btConvexHullComputer::vertices.
Referenced by plConvexHullGetVertex().
| int plConvexHullNumFaces | ( | plConvexHull | hull | ) |
Definition at line 37 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::faces, plConvexHullNumFaces(), and btAlignedObjectArray< T >::size().
Referenced by plConvexHullNumFaces().
| int plConvexHullNumLoops | ( | plConvexHull | hull | ) |
Definition at line 31 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges, and plConvexHullNumLoops().
Referenced by plConvexHullNumLoops().
| int plConvexHullNumVertices | ( | plConvexHull | hull | ) |
Definition at line 25 of file rb_convex_hull_api.cpp.
References plConvexHullNumVertices(), btAlignedObjectArray< T >::size(), and btConvexHullComputer::vertices.
Referenced by plConvexHullNumVertices().