pub trait ConstrainedAngle { fn new(angle: &Angle) -> Self; fn value(&self) -> Angle; }
Trait for constrained angles
Angle constructor that panics when the underlying angle does not satisfy constraints.
Get underlying angle