add method

Implementation

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