Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSegment3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T DistanceSquared
(
const TVector< T >& Point |
SegmentTypes.h | ||
T DistanceSquared
(
const TVector< T >& Point, |
SegmentTypes.h |
DistanceSquared(const TVector< T > &)
| Name | DistanceSquared |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include Path | #include "SegmentTypes.h" |
T DistanceSquared
(
const TVector < T > & Point
) const
minimum squared distance from Point to segment
DistanceSquared(const TVector< T > &, T &)
| Name | DistanceSquared |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include Path | #include "SegmentTypes.h" |
T DistanceSquared
(
const TVector < T > & Point,
T & DistParameterOut
) const
minimum squared distance from Point to Segment
Parameters
| Name | Remarks |
|---|---|
| Point | query point |
| DistParameterOut | calculated distance parameter in range [-Extent,Extent] |