Typedef Karana::Math::Velocity

Typedef Karana::Math::Velocity#

Typedef Documentation#

template<typename Value>
using Karana::Math::Velocity = Quantity<Value, VelocityTag>#

Velocity quantity with a caller-selected magnitude type.

Template Parameters:

Value – The type used to store the quantity magnitude.