Struct lyon::tessellation::PathState [] [src]

pub struct PathState {
    pub current: TypedPoint2D<f32, UnknownUnit>,
    pub first: TypedPoint2D<f32, UnknownUnit>,
    pub last_ctrl: TypedPoint2D<f32, UnknownUnit>,
}

Represents the current state of a path while it is being built.

Fields

The current point.

The first point of the current sub-path.

The last control point.

Methods

impl PathState
[src]

impl PathState
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]