UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TSparseNarrowBandMeshSDF< TriangleMeshType >::FTriBBox Struct Reference

#include <SparseNarrowBandMeshSDF.h>

Public Member Functions

bool IsValid () const
 
void Clamp (const FVector3i &OtherMin, const FVector3i &OtherMax)
 

Public Attributes

FVector3i BoxMin = FVector3i(INT32_MAX, INT32_MAX, INT32_MAX)
 
FVector3i BoxMax = FVector3i(INT32_MIN, INT32_MIN, INT32_MIN)
 

Member Function Documentation

◆ Clamp()

template<class TriangleMeshType >
void UE::Geometry::TSparseNarrowBandMeshSDF< TriangleMeshType >::FTriBBox::Clamp ( const FVector3i OtherMin,
const FVector3i OtherMax 
)
inline

◆ IsValid()

template<class TriangleMeshType >
bool UE::Geometry::TSparseNarrowBandMeshSDF< TriangleMeshType >::FTriBBox::IsValid ( ) const
inline

Member Data Documentation

◆ BoxMax

◆ BoxMin


The documentation for this struct was generated from the following file: