#include <GteSeparatePoints3.h>
Public Member Functions | |
| bool | operator() (int numPoints0, Vector3< Real > const *points0, int numPoints1, Vector3< Real > const *points1, Plane3< Real > &separatingPlane) const |
Private Member Functions | |
| int | OnSameSide (Plane3< Real > const &plane, int numTriangles, int const *indices, Vector3< Real > const *points) const |
| int | WhichSide (Plane3< Real > const &plane, int numTriangles, int const *indices, Vector3< Real > const *points) const |
Definition at line 22 of file GteSeparatePoints3.h.
|
private |
Definition at line 183 of file GteSeparatePoints3.h.
| bool gte::SeparatePoints3< Real, ComputeType >::operator() | ( | int | numPoints0, |
| Vector3< Real > const * | points0, | ||
| int | numPoints1, | ||
| Vector3< Real > const * | points1, | ||
| Plane3< Real > & | separatingPlane | ||
| ) | const |
Definition at line 42 of file GteSeparatePoints3.h.
|
private |
Definition at line 216 of file GteSeparatePoints3.h.