rlMultMatrixf abstract method

void rlMultMatrixf(
  1. MemoryPointer<RFloat32> matf
)

Multiply the current matrix by another matrix

Implementation

void rlMultMatrixf(
  MemoryPointer<RFloat32> matf,
);