unscaleBy method

Point unscaleBy(
  1. Point scale
)

Inverse of scaleBy. Divide each coordinate of the current point by each coordinate of scale.

Implementation

external Point unscaleBy(Point scale);