Skip to main content

AccelerationVec

Type Alias AccelerationVec 

Source
pub type AccelerationVec = QVec3<1, 0, -2, 0, 0, 0, 0>;
Expand description

An acceleration, m·s⁻².

Aliased Type§

pub struct AccelerationVec(/* private fields */);

Trait Implementations§

Source§

impl Mul<Qty<0, 0, 1, 0, 0, 0, 0>> for AccelerationVec

Source§

type Output = QVec3<1, 0, -1, 0, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, k: Time) -> VelocityVec

Performs the * operation. Read more
Source§

impl Mul<Qty<0, 1, 0, 0, 0, 0, 0>> for AccelerationVec

Source§

type Output = QVec3<1, 1, -2, 0, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, k: Mass) -> ForceVec

Performs the * operation. Read more