#include <GteSeparatePoints2.h>
Public Member Functions | |
bool | operator() (int numPoints0, Vector2< Real > const *points0, int numPoints1, Vector2< Real > const *points1, Line2< Real > &separatingLine) const |
Private Member Functions | |
int | OnSameSide (Vector2< Real > const &lineNormal, Real lineConstant, int numEdges, int const *edges, Vector2< Real > const *points) const |
int | WhichSide (Vector2< Real > const &lineNormal, Real lineConstant, int numEdges, int const *edges, Vector2< Real > const *points) const |
Definition at line 22 of file GteSeparatePoints2.h.
|
private |
Definition at line 136 of file GteSeparatePoints2.h.
bool gte::SeparatePoints2< Real, ComputeType >::operator() | ( | int | numPoints0, |
Vector2< Real > const * | points0, | ||
int | numPoints1, | ||
Vector2< Real > const * | points1, | ||
Line2< Real > & | separatingLine | ||
) | const |
Definition at line 42 of file GteSeparatePoints2.h.
|
private |
Definition at line 183 of file GteSeparatePoints2.h.