Trait vecmath::traits::Cast[][src]

pub trait Cast<T> {
    pub fn cast(self) -> T;
}

Casts into another type.

Required methods

pub fn cast(self) -> T[src]

Casts into other type.

Loading content...

Implementations on Foreign Types

impl Cast<f32> for f64[src]

impl Cast<f64> for f32[src]

impl Cast<f64> for f64[src]

impl Cast<f32> for f32[src]

Loading content...

Implementors

Loading content...