Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | TTriangle |
| Type | struct |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Geometry.h |
| Include Path | #include "Math/Geometry.h" |
Syntax
template<class PointType>
struct TTriangle
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTriangle
(
const PointType& InPoint0, |
Math/Geometry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Point0 | const PointType & | Math/Geometry.h | ||
| Point1 | const PointType & | Math/Geometry.h | ||
| Point2 | const PointType & | Math/Geometry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual PointType CircumCircleCenter() |
Math/Geometry.h | ||
virtual PointType ProjectPoint
(
const PointType& InPoint, |
Math/Geometry.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const PointType & operator[]
(
int32 Index |
Math/Geometry.h |