![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Geometry.h>
Inheritance diagram for UE::CADKernel::FTriangle2D:Public Member Functions | |
| FTriangle2D (const FVector2d &InPoint0, const FVector2d &InPoint1, const FVector2d &InPoint2) | |
| FVector2d | CircumCircleCenterWithSquareRadius (double &SquareRadius) const |
Public Member Functions inherited from UE::CADKernel::TTriangle< FVector2d > | |
| TTriangle (const FVector2d &InPoint0, const FVector2d &InPoint1, const FVector2d &InPoint2) | |
| constexpr const FVector2d & | operator[] (int32 Index) const |
| virtual FVector2d | ProjectPoint (const FVector2d &InPoint, FVector2d &OutCoordinate) |
| virtual FVector2d | CircumCircleCenter () const |
Additional Inherited Members | |
Public Attributes inherited from UE::CADKernel::TTriangle< FVector2d > | |
| const FVector2d & | Point0 |
| const FVector2d & | Point1 |
| const FVector2d & | Point2 |
|
inline |
|
inline |