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 T Dist
(
const TVector < T > & V1,
const TVector < T > & V2
)
Remarks
Euclidean distance between two points. The distance between two points.
Parameters
| Name | Description |
|---|---|
| V1 | The first point. |
| V2 | The second point. |