add method

Implementation

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