[][src]Struct nannou::draw::properties::Draw

pub struct Draw<'a, S = Default> where
    S: 'a + BaseFloat
{ /* fields omitted */ }

A wrapper around the draw::State for the IntoDrawn trait implementations.

Methods

impl<'a, S> Draw<'a, S> where
    S: BaseFloat
[src]

pub fn new(state: &'a mut State<S>) -> Self[src]

Create a new Draw.

pub fn untransformed_dimension_of<F>(
    &self,
    n: &Index,
    point_axis: &F
) -> Option<S> where
    F: Fn(&Point<S>) -> S, 
[src]

The length of the untransformed node at the given index along the axis returned by the given point_axis function.

Note: If this node's Drawing is not yet complete, this method will cause it to finish and submit the Drawn state to the inner geometry graph and mesh.

pub fn untransformed_x_dimension_of(&self, n: &Index) -> Option<S>[src]

The length of the untransformed node at the given index along the x axis.

pub fn untransformed_y_dimension_of(&self, n: &Index) -> Option<S>[src]

The length of the untransformed node at the given index along the y axis.

pub fn untransformed_z_dimension_of(&self, n: &Index) -> Option<S>[src]

The length of the untransformed node at the given index along the y axis.

pub fn dimension_of<F>(&mut self, n: &Index, point_axis: &F) -> Option<S> where
    F: Fn(&Point<S>) -> S, 
[src]

The length of the transformed node at the given index along the axis returned by the given point_axis function.

Note: If this node's Drawing is not yet complete, this method will cause it to finish and submit the Drawn state to the inner geometry graph and mesh.

pub fn x_dimension_of(&self, n: &Index) -> Option<S>[src]

The length of the transformed node at the given index along the x axis.

pub fn y_dimension_of(&self, n: &Index) -> Option<S>[src]

The length of the transformed node at the given index along the y axis.

pub fn z_dimension_of(&self, n: &Index) -> Option<S>[src]

The length of the transformed node at the given index along the z axis.

pub fn theme<F, T>(&self, get: F) -> T where
    F: FnOnce(&Theme) -> T, 
[src]

Retrieve the given element from the inner Theme.

Trait Implementations

impl<'a, S: Debug> Debug for Draw<'a, S> where
    S: 'a + BaseFloat
[src]

Auto Trait Implementations

impl<'a, S> Send for Draw<'a, S> where
    S: Send

impl<'a, S = f32> !Sync for Draw<'a, S>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Content for T[src]

impl<T> SafeBorrow<T> for T[src]

impl<T> Erased for T

impl<S> FromSample<S> for S[src]

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 
[src]

impl<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.