operator * method

Matrix4 operator *(
  1. Matrix4 m
)

Implementation

Matrix4 operator*(Matrix4 m) => multiply(m);