div method

Implementation

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