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" |
bool IsUnit
(
T LengthSquaredTolerance
) const
Remarks
Check if the vector is of unit length, with specified tolerance. true if the vector is a unit vector within the specified tolerance.
Parameters
| Name | Description |
|---|---|
| LengthSquaredTolerance | Tolerance against squared length. |