Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorMod360
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h |
| Include | #include "Math/UnrealMathVectorCommon.h" |
VectorRegister4Float VectorMod360
(
const VectorRegister4Float & X
)
Remarks
VectorMod360: Essentially VectorMod(X, 360) but using faster computation that is still accurate given the known input constraints.