Navigation
API > API/Runtime > API/Runtime/GeometryCore
Compute unsigned distance between 3D line and 3D triangle
| Name | TDistLine3Triangle3 |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Distance/DistLine3Triangle3.h |
| Include Path | #include "Distance/DistLine3Triangle3.h" |
Syntax
template<typename Real>
class TDistLine3Triangle3
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDistLine3Triangle3
(
const TLine3< Real >& LineIn, |
Distance/DistLine3Triangle3.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DistanceSquared | Real | Output. | Distance/DistLine3Triangle3.h | |
| Line | TLine3< Real > | Input. | Distance/DistLine3Triangle3.h | |
| LineClosest | TVector< Real > | Distance/DistLine3Triangle3.h | ||
| LineParam | Real | Distance/DistLine3Triangle3.h | ||
| Triangle | TTriangle3< Real > | Distance/DistLine3Triangle3.h | ||
| TriangleBaryCoords | TVector< Real > | Distance/DistLine3Triangle3.h | ||
| TriangleClosest | TVector< Real > | Distance/DistLine3Triangle3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Real ComputeResult() |
Distance/DistLine3Triangle3.h | ||
Real Get() |
Distance/DistLine3Triangle3.h | ||
Real GetSquared() |
Distance/DistLine3Triangle3.h |