Function citro3d_sys::FVec3_Negate

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

Negate a FVec3

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

§Arguments

  • v (direction in) - Vector to negate

§Returns

-v