Transformation.rotate constructor

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

rotates display entity

Implementation

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