UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IsoTriangulator.h File Reference

Go to the source code of this file.

Classes

struct  UE::CADKernel::FIsoTriangulatorChronos
 
class  UE::CADKernel::FIsoTriangulator
 
struct  UE::CADKernel::IsoTriangulatorImpl::FPairOfDouble
 

Namespaces

namespace  UE
 
namespace  UE::CADKernel
 
namespace  UE::CADKernel::IsoTriangulatorImpl
 

Typedefs

using UE::CADKernel::FMeshPolygonFunc = TFunction< void(const FGrid &, FIsoNode *[], FFaceMesh &)>
 

Functions

double UE::CADKernel::IsoTriangulatorImpl::CotangentCriteria (const FVector &APoint, const FVector &BPoint, const FVector &PPoint, FVector &OutNormal)
 
double UE::CADKernel::IsoTriangulatorImpl::CotangentCriteria (const FVector2d &APoint, const FVector2d &BPoint, const FVector2d &PPoint)
 
FPairOfDouble UE::CADKernel::IsoTriangulatorImpl::IsoscelesCriteria (const FVector2d &APoint, const FVector2d &BPoint, const FVector2d &CPoint)
 
double UE::CADKernel::IsoTriangulatorImpl::IsoscelesCriteriaMax (const FVector2d &APoint, const FVector2d &BPoint, const FVector2d &CPoint)
 
double UE::CADKernel::IsoTriangulatorImpl::IsoscelesCriteriaMin (const FVector2d &APoint, const FVector2d &BPoint, const FVector2d &CPoint)
 
double UE::CADKernel::IsoTriangulatorImpl::EquilateralSlopeCriteria (const FVector2d &APoint, const FVector2d &BPoint, const FVector2d &CPoint)
 
template<class PointType >
double UE::CADKernel::IsoTriangulatorImpl::EquilateralCriteria (const PointType &SegmentA, const PointType &SegmentB, const PointType &Point)