mul method

Implementation

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