Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
static bool PointsAreNear
&40;
const TVector< T > & Point1,
const TVector< T > & Point2,
T Dist
&41;
Remarks
Compare two points and see if they're within specified distance. Whether two points are within the specified distance. Uses fast distance approximation (linear per-component distance).
Parameters
| Name | Description |
|---|---|
| Point1 | First vector. |
| Point2 | Second vector. |
| Dist | Specified distance. |