divideBy method

Pointer<Vector2C> divideBy(
  1. num o
)

Implementation

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