Struct implicit::Or [] [src]

pub struct Or<A: Implicit, B: Implicit> {
    pub left: A,
    pub right: B,
}

Fields

Trait Implementations

impl<A: Copy + Implicit, B: Copy + Implicit> Copy for Or<A, B>
[src]

impl<A: Clone + Implicit, B: Clone + Implicit> Clone for Or<A, B>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Implicit, B: Implicit> Implicit for Or<A, B>
[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.