Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/TriangleTypes.h |
| Include | #include "TriangleTypes.h" |
Syntax
template<typename RealType>
struct TTetrahedron3
Variables
| Type | Name | Description | |
|---|---|---|---|
| TVector< RealType >[4] | V |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TTetrahedron3
(
const TVector< RealType > VIn |
|||
TTetrahedron3
(
const TVector< RealType >& V0, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TVector< RealType > | BarycentricPoint
(
const TVector4< RealType >& BaryCoords |
||
| TVector< RealType > | BarycentricPoint
(
RealType Bary0, |
||
| TAxisAlignedBox3< RealType > | Bounds () |
||
| TVector< RealType > | Centroid () |
||
| TTriangle3< RealType > | |||
| FIndex3i | GetFaceIndices
(
int32 Idx |
Get the ith triangular face of the tetrahedron, as indices into the four tetrahedron vertices. |