half property

Angle get half

Implementation

Angle get half => Angle.fromCos(sqrt((cosValue + 1) / 2));