UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::FTriangle Struct Reference

#include <Geometry.h>

+ Inheritance diagram for UE::CADKernel::FTriangle:

Public Member Functions

 FTriangle (const FVector &InPoint0, const FVector &InPoint1, const FVector &InPoint2)
 
virtual FVector ComputeNormal () const
 
- Public Member Functions inherited from UE::CADKernel::TTriangle< FVector >
 TTriangle (const FVector &InPoint0, const FVector &InPoint1, const FVector &InPoint2)
 
constexpr const FVectoroperator[] (int32 Index) const
 
virtual FVector ProjectPoint (const FVector &InPoint, FVector2d &OutCoordinate)
 
virtual FVector CircumCircleCenter () const
 

Additional Inherited Members

- Public Attributes inherited from UE::CADKernel::TTriangle< FVector >
const FVectorPoint0
 
const FVectorPoint1
 
const FVectorPoint2
 

Constructor & Destructor Documentation

◆ FTriangle()

UE::CADKernel::FTriangle::FTriangle ( const FVector InPoint0,
const FVector InPoint1,
const FVector InPoint2 
)
inline

Member Function Documentation

◆ ComputeNormal()

virtual FVector UE::CADKernel::FTriangle::ComputeNormal ( ) const
inlinevirtual

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