Navigation
API > API/Runtime > API/Runtime/GeometryCore
Compute unsigned distance between 3D line and 3D segment
| Name | TDistLine3Segment3 |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Distance/DistLine3Segment3.h |
| Include Path | #include "Distance/DistLine3Segment3.h" |
Syntax
template<typename Real>
class TDistLine3Segment3
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Distance/DistLine3Segment3.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DistanceSquared | Real | Output. | Distance/DistLine3Segment3.h | |
| Line | TLine3< Real > | Input. | Distance/DistLine3Segment3.h | |
| LineClosest | TVector< Real > | Distance/DistLine3Segment3.h | ||
| LineParameter | Real | Distance/DistLine3Segment3.h | ||
| Segment | TSegment3< Real > | Distance/DistLine3Segment3.h | ||
| SegmentClosest | TVector< Real > | Distance/DistLine3Segment3.h | ||
| SegmentParameter | Real | Distance/DistLine3Segment3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Real ComputeResult() |
Distance/DistLine3Segment3.h | ||
Real Get() |
Distance/DistLine3Segment3.h | ||
Real GetSquared() |
Distance/DistLine3Segment3.h |