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