mul method

Implementation

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