sub method

Implementation

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