Transformation.scaleAll constructor

Transformation.scaleAll(
  1. double scale
)

scales all axies uniformly

Implementation

factory Transformation.scaleAll(double scale) =>
    Transformation(scale: (scale, scale, scale));