pub type Mass = Qty<0, 1, 0, 0, 0, 0, 0>;Expand description
Kilograms.
Aliased Type§
pub struct Mass(/* private fields */);Implementations§
Trait Implementations§
Source§impl Mul<QVec3<1, 0, -1, 0, 0, 0, 0>> for Mass
impl Mul<QVec3<1, 0, -1, 0, 0, 0, 0>> for Mass
Source§fn mul(self, v: VelocityVec) -> MomentumVec
fn mul(self, v: VelocityVec) -> MomentumVec
Performs the
* operation. Read more