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 PointsAreSame
(
const TVector < T > & P,
const TVector < T > & Q
)
Remarks
Compare two points and see if they're the same, using a threshold. Whether points are the same within a threshold. Uses fast distance approximation (linear per-component distance).
Parameters
| Name | Description |
|---|---|
| P | First vector. |
| Q | Second vector. |