| Contains(int triangle, Vector2< InputType > const &P) const | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| CreateVertices(int numVertices, Vector2< InputType > const *vertices) | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| GetAdjacencies() const | gte::PlanarMesh< InputType, ComputeType, RationalType > | inline |
| GetAdjacencies(int t, std::array< int, 3 > &adjacencies) const | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| GetBarycentrics(int t, Vector2< InputType > const &P, std::array< InputType, 3 > &bary) const | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| GetContainingTriangle(Vector2< InputType > const &P, int startTriangle=0) const | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| GetContainingTriangle(Vector2< InputType > const &P, int startTriangle, std::set< int > &visited) const | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| GetIndices() const | gte::PlanarMesh< InputType, ComputeType, RationalType > | inline |
| GetIndices(int t, std::array< int, 3 > &indices) const | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| GetNumTriangles() const | gte::PlanarMesh< InputType, ComputeType, RationalType > | inline |
| GetNumVertices() const | gte::PlanarMesh< InputType, ComputeType, RationalType > | inline |
| GetVertices() const | gte::PlanarMesh< InputType, ComputeType, RationalType > | inline |
| GetVertices(int t, std::array< Vector2< InputType >, 3 > &vertices) const | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mAdjacencies | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mComputeVertices | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mIndices | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mMesh | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mNumTriangles | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mNumVertices | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mQuery | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mTriIndexMap | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| mVertices | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| PlanarMesh(int numVertices, Vector2< InputType > const *vertices, int numTriangles, int const *indices) | gte::PlanarMesh< InputType, ComputeType, RationalType > | |
| PlanarMesh(int numVertices, Vector2< InputType > const *vertices, ETManifoldMesh const &mesh) | gte::PlanarMesh< InputType, ComputeType, RationalType > | |