Struct valora::geom::ellipse::Ellipse [] [src]

pub struct Ellipse {
    pub center: Point,
    pub width: f32,
    pub height: Option<f32>,
    pub rotation: Radians<f32>,
    pub tolerance: Option<f32>,
}

Fields

Methods

impl Ellipse
[src]

[src]

Trait Implementations

impl Debug for Ellipse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ellipse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Scale for Ellipse
[src]

[src]

impl Centered for Ellipse
[src]

[src]

impl Place for Ellipse
[src]

[src]

impl Translate for Ellipse
[src]

[src]

Auto Trait Implementations

impl Send for Ellipse

impl Sync for Ellipse