sub method

Implementation

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