Trait vecmath::traits::Cast [−][src]
pub trait Cast<T> { pub fn cast(self) -> T; }
Casts into another type.
pub trait Cast<T> { pub fn cast(self) -> T; }
Casts into another type.
impl Cast<f32> for f64
[src]impl Cast<f64> for f64
[src]impl Cast<f32> for f32
[src]impl Cast<f64> for f32
[src]