[]Trait vecmath::traits::Cast

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

Casts into another type.

Required methods

fn cast(self) -> T

Casts into other type.

Loading content...

Implementations on Foreign Types

impl Cast<f32> for f32

impl Cast<f64> for f32

impl Cast<f32> for f64

impl Cast<f64> for f64

Loading content...

Implementors

Loading content...