Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Distance
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Distance/DistLine3Line3.h |
| Include | #include "Distance/DistLine3Line3.h" |
Syntax
template<typename Real>
class TDistLine3Line3
Remarks
Compute distance between two 3D lines
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsParallel | ||
| Real | DistanceSquared | Results. | |
| TLine3< Real > | Line1 | Input. | |
| TVector< Real > | Line1ClosestPoint | ||
| Real | Line1Parameter | ||
| TLine3< Real > | Line2 | ||
| TVector< Real > | Line2ClosestPoint | ||
| Real | Line2Parameter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TDistLine3Line3
(
const TLine3< Real >& Line1In, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Real | |||
| Real | Get () |
||
| Real | GetSquared () |