Function citro3d_sys::Mtx_Scale

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

3D Scale

§Arguments

  • mtx (direction in, out) - Matrix to scale
  • x (direction in) - X component to scale
  • y (direction in) - Y component to scale
  • z (direction in) - Z component to scale