![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 FVector & | operator[] (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 FVector & | Point0 |
| const FVector & | Point1 |
| const FVector & | Point2 |
|
inline |