|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | plConvexHull__ |
Typedefs | |
| typedef struct plConvexHull__ * | plConvexHull |
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) |
| typedef struct plConvexHull__ * plConvexHull |
| plConvexHull plConvexHullCompute | ( | float(*) | coords[3], |
| int | count ) |
Definition at line 12 of file rb_convex_hull_api.cpp.
References count.
| void plConvexHullDelete | ( | plConvexHull | hull | ) |
Definition at line 19 of file rb_convex_hull_api.cpp.
| void plConvexHullGetFaceLoops | ( | plConvexHull | hull, |
| int | n, | ||
| int * | loops ) |
Definition at line 81 of file rb_convex_hull_api.cpp.
References count, e, btConvexHullComputer::edges, and btConvexHullComputer::faces.
| int plConvexHullGetFaceSize | ( | plConvexHull | hull, |
| int | n ) |
Definition at line 66 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 95 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 53 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges.
| int plConvexHullGetReversedLoopIndex | ( | plConvexHull | hull, |
| int | n ) |
Definition at line 60 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 43 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::original_vertex_index, v, and btConvexHullComputer::vertices.
| int plConvexHullNumFaces | ( | plConvexHull | hull | ) |
Definition at line 37 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::faces, and btAlignedObjectArray< T >::size().
| int plConvexHullNumLoops | ( | plConvexHull | hull | ) |
Definition at line 31 of file rb_convex_hull_api.cpp.
References btConvexHullComputer::edges.
| int plConvexHullNumVertices | ( | plConvexHull | hull | ) |
Definition at line 25 of file rb_convex_hull_api.cpp.
References btAlignedObjectArray< T >::size(), and btConvexHullComputer::vertices.