UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TetUtil Namespace Reference

Functions

template<bool bReverseOrientation = false>
void GetTetFaces (const FIndex4i &Tet, FIndex3i OutFaces[4])
 
template<typename RealType >
int32 IsInsideExact (const TTetrahedron3< RealType > &Tet, TVector< RealType > &Pt)
 
template<bool bReverseOrientation = false>
const FIndex3iGetTetFaceOrdering ()
 

Function Documentation

◆ GetTetFaceOrdering()

template<bool bReverseOrientation = false>
const FIndex3i * UE::Geometry::TetUtil::GetTetFaceOrdering ( )
inline

◆ GetTetFaces()

template<bool bReverseOrientation = false>
void UE::Geometry::TetUtil::GetTetFaces ( const FIndex4i Tet,
FIndex3i  OutFaces[4] 
)

◆ IsInsideExact()

template<typename RealType >
int32 UE::Geometry::TetUtil::IsInsideExact ( const TTetrahedron3< RealType > &  Tet,
TVector< RealType > &  Pt 
)