Typedef Karana::Math::Angle

Typedef Karana::Math::Angle#

Typedef Documentation#

template<typename Value>
using Karana::Math::Angle = Quantity<Value, AngleTag>#

Angle quantity with a caller-selected magnitude type.

Template Parameters:

Value – The type used to store the quantity magnitude.