Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | TTriangle3 |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/TriangleTypes.h |
| Include Path | #include "TriangleTypes.h" |
Syntax
template<typename RealType>
struct TTriangle3
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTriangle3 () |
TriangleTypes.h | ||
TTriangle3
(
const TVector< RealType > VIn |
TriangleTypes.h | ||
TTriangle3
(
const TVector< RealType >& V0, |
TriangleTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| V | TVector< RealType > | TriangleTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector< RealType > BarycentricPoint
(
const TVector< RealType >& BaryCoords |
TriangleTypes.h | ||
TVector< RealType > BarycentricPoint
(
RealType Bary0, |
TriangleTypes.h | ||
TVector< RealType > Centroid() |
TriangleTypes.h | ||
void Expand
(
RealType Delta |
Grow the triangle around the centroid | TriangleTypes.h | |
| TriangleTypes.h | |||
TVector< RealType > Normal() |
TriangleTypes.h |