Function citro3d_sys::FVec4_Negate

source ·
pub unsafe extern "C" fn FVec4_Negate(v: C3D_FVec) -> C3D_FVec
Expand description

Negate a FVec4

Note: This is equivalent to FVec4_Scale(v, -1)

§Arguments

  • v (direction in) - Vector to negate

§Returns

-v