Transformation.scaleAll constructor
Transformation.scaleAll(
- double scale
scales all axies uniformly
Implementation
factory Transformation.scaleAll(double scale) =>
Transformation(scale: (scale, scale, scale));