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 translatex(direction in) - X component to translatey(direction in) - Y component to translatez(direction in) - Z component to translatebRightSide(direction in) - Whether to transform from the right side