pub type AngularRate = Dim<Z0, NInt<UInt<UTerm, B1>>, Z0, Z0, Z0, Z0, Z0, PInt<UInt<UTerm, B1>>>;Expand description
Angular rate (A¹ · T⁻¹) — angular displacement per unit time.
This dimension represents angular frequency (radians, degrees, etc. per
unit time), not SI cycle frequency (Hz = cycles/s). If you need cycle
frequency, model it as T⁻¹ (inverse time) with dimensionless cycles.
Aliased Type§
pub struct AngularRate(/* private fields */);