Struct implicit::Circle [] [src]

pub struct Circle {
    pub center: Point,
    pub radius: f32,
}

Fields

Trait Implementations

impl Copy for Circle
[src]

impl Clone for Circle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Circle
[src]

Formats the value using the given formatter.

impl Implicit for Circle
[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.