div method

Implementation

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