Angle.eighthTurn constructor

Angle.eighthTurn()

Create an angle defining one eighth turn.

Implementation

factory Angle.eighthTurn() => Angle.turns(0.125);