Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T DistanceSquared
(
const VectorType& QueryPoint |
Calculate the squared distance from a point to the polyline | Polyline.h | |
T DistanceSquared
(
const VectorType& QueryPoint, |
Calculate the squared distance from a point to the polyline | Polyline.h |
DistanceSquared(const VectorType &)
Description
Calculate the squared distance from a point to the polyline
| Name | DistanceSquared |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
T DistanceSquared
(
const VectorType & QueryPoint
) const
squared distance to the polyline
Parameters
| Name | Remarks |
|---|---|
| QueryPoint | the query point |
DistanceSquared(const VectorType &, int &, T &)
Description
Calculate the squared distance from a point to the polyline
| Name | DistanceSquared |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Polyline.h |
| Include Path | #include "Polyline.h" |
T DistanceSquared
(
const VectorType & QueryPoint,
int & NearestSegIndexOut,
T & NearestSegParamOut
) const
squared distance to the polyline
Parameters
| Name | Remarks |
|---|---|
| QueryPoint | the query point |
| NearestSegIndexOut | The index of the nearest segment |
| NearestSegParamOut | the parameter value of the nearest point on the segment |