Function citro3d_sys::FVec3_Add

source ·
pub unsafe extern "C" fn FVec3_Add(
    lhs: C3D_FVec,
    rhs: C3D_FVec
) -> C3D_FVec
Expand description

Add two FVec3s

§Arguments

  • lhs (direction in) - Augend
  • rhs (direction in) - Addend

§Returns

lhs+rhs (sum)