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 scalex(direction in) - X component to scaley(direction in) - Y component to scalez(direction in) - Z component to scale