Trait nannou::geom::graph::node::ApplyTransform[][src]

pub trait ApplyTransform<S> where
    S: BaseFloat
{ fn apply_transform(self, transform: &PreparedTransform<S>) -> Self; }

Vertex types which may apply a transform and produce a resulting transform.

Required Methods

Apply the given transform and return the result.

Implementors