[][src]Type Definition yaum::Base

type Base = f32;

Base type. f64 if double_precision is enabled, otherwise f32.

Trait Implementations

impl Mul<Acceleration> for Base[src]

type Output = Acceleration

The resulting type after applying the * operator.

impl Mul<Angle> for Base[src]

type Output = Angle

The resulting type after applying the * operator.

impl Mul<AngularFrequency> for Base[src]

type Output = AngularFrequency

The resulting type after applying the * operator.

impl Mul<Frequency> for Base[src]

type Output = Frequency

The resulting type after applying the * operator.

impl Mul<Length> for Base[src]

type Output = Length

The resulting type after applying the * operator.

impl Mul<Time> for Base[src]

type Output = Time

The resulting type after applying the * operator.

impl Mul<Velocity> for Base[src]

type Output = Velocity

The resulting type after applying the * operator.