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