Struct dxf::entities::Ellipse [] [src]

pub struct Ellipse {
    pub center: Point,
    pub major_axis: Vector,
    pub normal: Vector,
    pub minor_axis_ratio: f64,
    pub start_parameter: f64,
    pub end_parameter: f64,
}

Fields

Ellipse start angle in radians.

Ellipse end angle in radians.

Trait Implementations

impl Clone for Ellipse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ellipse
[src]

Formats the value using the given formatter.

impl PartialEq for Ellipse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Ellipse
[src]

Returns the "default value" for a type. Read more