Trait bismuth::math::FromSpace [] [src]

pub trait FromSpace<T> {
    fn from_space(value: T) -> Self;
}

Required Methods

Implementations on Foreign Types

impl<T, U> FromSpace<Point2<U>> for Point2<T> where
    T: Scalar + SupersetOf<U>,
    U: Scalar
[src]

[src]

impl<T, U> FromSpace<Point3<U>> for Point3<T> where
    T: Scalar + SupersetOf<U>,
    U: Scalar
[src]

[src]

impl<T, U> FromSpace<Vector3<U>> for Vector3<T> where
    T: Scalar + SupersetOf<U>,
    U: Scalar
[src]

[src]

Implementors