Struct implicit::Transformation [] [src]

pub struct Transformation<A: Implicit> {
    pub target: A,
    pub matrix: Matrix,
}

Fields

Methods

impl<A: Implicit> Transformation<A>
[src]

Trait Implementations

impl<A: Copy + Implicit> Copy for Transformation<A>
[src]

impl<A: Clone + Implicit> Clone for Transformation<A>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Implicit> Implicit for Transformation<A>
[src]

Returns the distance from a point to the nearest edge of a surface. Read more

Returns a bounding box that surrounds a shape (if one exists). Read more

True if the shape follows all the rules about implicit shapes.