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

#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 FVector2doperator[] (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 FVector2dPoint0
 
const FVector2dPoint1
 
const FVector2dPoint2
 

Constructor & Destructor Documentation

◆ FTriangle2D()

UE::CADKernel::FTriangle2D::FTriangle2D ( const FVector2d InPoint0,
const FVector2d InPoint1,
const FVector2d InPoint2 
)
inline

Member Function Documentation

◆ CircumCircleCenterWithSquareRadius()

FVector2d UE::CADKernel::FTriangle2D::CircumCircleCenterWithSquareRadius ( double SquareRadius) const
inline

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