Function citro3d_sys::Mtx_Subtract

source ·
pub unsafe extern "C" fn Mtx_Subtract(
    out: *mut C3D_Mtx,
    lhs: *const C3D_Mtx,
    rhs: *const C3D_Mtx
)
Expand description

Matrix subtraction

§Arguments

  • out (direction out) - Output matrix.
  • lhs (direction in) - Left matrix.
  • rhs (direction in) - Right matrix.

§Returns

lhs-rhs (difference)