Angle.zero constructor

const Angle.zero()

Create a zero angle.

Implementation

const Angle.zero() : _storage = 0.0;