Go to the source code of this file.
Namespaces | |
ConvexDecomposition | |
Enumerations | |
enum | ConvexDecomposition::PlaneTriResult { ConvexDecomposition::PTR_FRONT, ConvexDecomposition::PTR_BACK, ConvexDecomposition::PTR_SPLIT } |
Functions | |
PlaneTriResult | ConvexDecomposition::planeTriIntersection (const double *_plane, const double *triangle, unsigned int tstride, double epsilon, double *front, unsigned int &fcount, double *back, unsigned int &bcount) |