Function 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