Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TVector
Description
Gets the reciprocal of this vector, avoiding division by zero. Zero components are set to BIG_NUMBER.
| Name | Reciprocal |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include Path | #include "Math/Vector.h" |
TVector < T > Reciprocal() const
Reciprocal of this vector.