Rotation.fromAngle constructor

Rotation.fromAngle(
  1. Angle angle
)

Implementation

Rotation.fromAngle(Angle angle)
    : degrees = angle.degrees,
      radians = angle.radians;