Struct lyon_geom::SvgArc [] [src]

pub struct SvgArc<S> {
    pub from: Point<S>,
    pub to: Point<S>,
    pub radii: Vector<S>,
    pub x_rotation: Angle<S>,
    pub flags: ArcFlags,
}

An ellipic arc curve segment using the SVG notation.

Fields

Methods

impl<S: Scalar> SvgArc<S>
[src]

[src]

[src]

Trait Implementations

impl<S: Copy> Copy for SvgArc<S>
[src]

impl<S: Clone> Clone for SvgArc<S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for SvgArc<S>
[src]

[src]

Formats the value using the given formatter.

impl<S: PartialEq> PartialEq for SvgArc<S>
[src]

[src]

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

[src]

This method tests for !=.

impl<S: Scalar> Into<Arc<S>> for SvgArc<S>
[src]

[src]

Performs the conversion.