[][src]Trait nannou::draw::properties::spatial::SetSpatial

pub trait SetSpatial<S>: SetDimensions<S> + SetPosition<S> + SetOrientation<S> { }

Types that may be positioned, sized and oriented within 3D space.

Implementors

impl<S, T> SetSpatial<S> for T where
    T: SetDimensions<S> + SetPosition<S> + SetOrientation<S>, 
[src]

Loading content...