Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorNegate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h |
| Include | #include "Math/UnrealMathNeon.h" |
VectorRegister4Float VectorNegate
(
VectorRegister4Float Vec
)
Remarks
Returns the negated value (component-wise). VectorRegister4Float( -Vec.x, -Vec.y, -Vec.z, -Vec.w )
Parameters
| Name | Description |
|---|---|
| Vec | Source vector |