Function Mtx_MultiplyFVec3
Source pub unsafe extern "C" fn Mtx_MultiplyFVec3(
mtx: *const C3D_Mtx,
v: C3D_FVec,
) -> C3D_FVec
Expand description
Multiply 3x3 matrix by a FVec3
§Arguments
mtx
(direction in) - Matrix
v
(direction in) - Vector
§Returns
mtx*v (product)