|
| FIndex3i | GetTriOpposite (const FIndex4i &Tet, int SubIdx) |
| |
| FIndex4i | ToTet (const FIndex3i &Tri, int32 Vert) |
| |
| void | GetTetFaces (const FIndex4i &Tet, FIndex3i OutFaces[4]) |
| |
| void | GetTetOrientations (const FIndex4i &Tet, FIndex4i OutFaces[4]) |
| |
| void | GetTetFaces (const FIndex3i &Tri, int32 Vert, FIndex3i OutFaces[4]) |
| |
| FIndex3i | ReverseTri (const FIndex3i &Tri) |
| |
| template<typename RealType > |
| bool | IsDelaunay (FDelaunay3Connectivity &Connectivity, TArrayView< const TVector< RealType > > Vertices) |
| |
| template<typename RealType > |
| bool | InTetSphere (TArrayView< const TVector< RealType > > Vertices, const FIndex4i &Tet, int32 Vertex) |
| |
| template<typename RealType , bool bAssumeDelaunay = true> |
| FIndex4i | WalkToContainingTet (FRandomStream &Random, FDelaunay3Connectivity &Connectivity, TArrayView< const TVector< RealType > > Vertices, FIndex4i StartTet, int32 Vertex, int32 &IsDuplicateOfOut) |
| |
| template<typename RealType > |
| FIndex4i | Insert (FDelaunay3Connectivity &Connectivity, TArrayView< const TVector< RealType > > Vertices, FIndex4i OnTet, int32 ToInsertV) |
| |
| template<typename RealType > |
| bool | Triangulate (FRandomStream &Random, FDelaunay3Connectivity &Connectivity, TArrayView< const TVector< RealType > > Vertices) |
| |