mul method

Implementation

Pointer<Vector4C> mul(Pointer<Vector4C> o) { ref.mul(o.ref); return this; }