Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
Inheritance Hierarchy
- TTriangle
- FTriangle
- FTriangle2D
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Geometry.h |
| Include | #include "Math/Geometry.h" |
Syntax
template<class PointType>
struct TTriangle
Variables
| Type | Name | Description | |
|---|---|---|---|
| const PointType & | Point0 | ||
| const PointType & | Point1 | ||
| const PointType & | Point2 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TTriangle
(
const PointType& InPoint0, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| PointType | |||
| PointType | ProjectPoint
(
const PointType& InPoint, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const PointType & | operator[]
(
int32 Index |