Struct ringraphics::Ellipse[][src]

pub struct Ellipse {
    pub center: Pnt2,
    pub width: f32,
    pub height: f32,
}

Fields

Methods

impl Ellipse
[src]

Trait Implementations

impl Debug for Ellipse
[src]

Formats the value using the given formatter. Read more

impl Clone for Ellipse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Ellipse

impl Sync for Ellipse