sub method

Implementation

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