scaleBy method

Point scaleBy(
  1. Point scale
)

Multiply each coordinate of the current point by each coordinate of scale. In linear algebra terms, multiply the point by the scaling matrix defined by scale.

Implementation

external Point scaleBy(Point scale);