Function citro3d_sys::Mtx_Translate

source ·
pub unsafe extern "C" fn Mtx_Translate(
    mtx: *mut C3D_Mtx,
    x: f32,
    y: f32,
    z: f32,
    bRightSide: bool
)
Expand description

3D translation

§Arguments

  • mtx (direction in, out) - Matrix to translate
  • x (direction in) - X component to translate
  • y (direction in) - Y component to translate
  • z (direction in) - Z component to translate
  • bRightSide (direction in) - Whether to transform from the right side