Transformation.scale constructor

Transformation.scale(
  1. double x,
  2. double y,
  3. double z
)

scales display entity

Implementation

factory Transformation.scale(double x, double y, double z) =>
    Transformation(scale: (x, y, z));