Struct grafen::surface::Circle [] [src]

pub struct Circle {
    pub coords: Vec<Coord>,
    // some fields omitted
}

A 2D circular sheet. For now used only to cut caps for the Cylinder construction.

Fields

Trait Implementations

impl Translate for Circle
[src]

[src]

Translate the object by an input Coord.

[src]

Translate the object by an input Coord in-place.

impl Clone for Circle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Circle
[src]

[src]

Formats the value using the given formatter.