scale abstract method

T scale(
  1. num factor
)

Scales the shape uniformly by the given factor originating from centroid.

Implementation

T scale(num factor);