Angle.halfTurn constructor

Angle.halfTurn()

Create an angle defining one half turn.

Implementation

factory Angle.halfTurn() => Angle.turns(0.5);