Struct lyon_path::PathState[][src]

pub struct PathState {
    pub current: Point,
    pub first: Point,
    pub last_ctrl: Point,
}

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]

Auto Trait Implementations

impl Send for PathState

impl Sync for PathState