pub unsafe extern "C" fn Mtx_MultiplyFVecH(
    mtx: *const C3D_Mtx,
    v: C3D_FVec
) -> C3D_FVec
Expand description

Multiply 4x3 matrix by a FVec3

§Arguments

  • mtx (direction in) - Matrix
  • v (direction in) - Vector

§Returns

mtx*v (product)