Skip to main content

ForceVec

Type Alias ForceVec 

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

A force, newtons.

Aliased Type§

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

Trait Implementations§

Source§

impl Div<Qty<0, 1, 0, 0, 0, 0, 0>> for ForceVec

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, k: Mass) -> AccelerationVec

Performs the / operation. Read more
Source§

impl Div<Qty<0, 1, -1, 0, 0, 0, 0>> for ForceVec

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, k: Damping) -> VelocityVec

Performs the / operation. Read more
Source§

impl Div<Qty<0, 1, -2, 0, 0, 0, 0>> for ForceVec

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, k: Stiffness) -> LengthVec

Performs the / operation. Read more
Source§

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

Source§

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

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more