add method

Implementation

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