[][src]Trait truck_geometry::base::Bounded

pub trait Bounded<S> {
    type Vector;
}

The trait for defining the bounding box

Associated Types

type Vector[src]

the result of subtraction

Loading content...

Implementations on Foreign Types

impl<S> Bounded<S> for Point1<S> where
    S: BaseFloat, 
[src]

type Vector = Vector1<S>

impl<S> Bounded<S> for Vector4<S> where
    S: BaseFloat, 
[src]

type Vector = Vector4<S>

impl<S> Bounded<S> for Point2<S> where
    S: BaseFloat, 
[src]

type Vector = Vector2<S>

impl<S> Bounded<S> for Vector2<S> where
    S: BaseFloat, 
[src]

type Vector = Vector2<S>

impl<S> Bounded<S> for Vector1<S> where
    S: BaseFloat, 
[src]

type Vector = Vector1<S>

impl<S> Bounded<S> for Point3<S> where
    S: BaseFloat, 
[src]

type Vector = Vector3<S>

impl<S> Bounded<S> for Vector3<S> where
    S: BaseFloat, 
[src]

type Vector = Vector3<S>

Loading content...

Implementors

Loading content...