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 DistXY
&40;
const TVector< T > & V1,
const TVector< T > & V2
&41;
Remarks
Euclidean distance between two points in the XY plane (ignoring Z). The distance between two points in the XY plane.
Parameters
| Name | Description |
|---|---|
| V1 | The first point. |
| V2 | The second point. |