Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector2D.h |
| Include | #include "Math/Vector2D.h" |
static T Distance
(
const TVector2 < T > & V1,
const TVector2 < T > & V2
)
Remarks
Distance between two 2D points. The distance between two 2D points.
Parameters
| Name | Description |
|---|---|
| V1 | The first point. |
| V2 | The second point. |