div method

Implementation

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