multiply method

Matrix4 multiply(
  1. Matrix4 m
)

Implementation

Matrix4 multiply(Matrix4 m) {
  return multiply2(this, m);
}