operator * method
Implementation
@override
void operator *(covariant _MxyzT another) {
x *= another.x;
y *= another.y;
z *= another.z;
}
@override
void operator *(covariant _MxyzT another) {
x *= another.x;
y *= another.y;
z *= another.z;
}