Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Distance
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Distance/DistPoint3Triangle3.h |
| Include | #include "Distance/DistPoint3Triangle3.h" |
Syntax
template<typename Real>
class TDistPoint3Triangle3
Remarks
Compute unsigned distance between 3D Point and 3D Triangle
Variables
| Type | Name | Description | |
|---|---|---|---|
| TVector< Real > | ClosestTrianglePoint | ||
| TVector< Real > | Point | Input. | |
| TTriangle3< Real > | Triangle | ||
| TVector< Real > | TriangleBaryCoords | Results. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TDistPoint3Triangle3
(
const TVector< Real >& PointIn, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Real | |||
| Real | Get () |
||
| Real | GetSquared () |