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

Multiply 4x4 matrix by a FVec4

§Arguments

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

§Returns

mtx*v (product)