scale method

Pointer<Vector3C> scale(
  1. num o
)

Implementation

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