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