Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorReciprocalLen
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorReciprocalLen
(
const VectorRegister4Float & Vec
)
Remarks
Return Reciprocal Length of the vector VectorRegister(rlen, rlen, rlen, rlen) when rlen = 1/sqrt(dot4(V))
Parameters
| Name | Description |
|---|---|
| Vec | Vector |