Struct lyon::path::PathState[]

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

impl PathState

Auto Trait Implementations

impl Send for PathState

impl Sync for PathState