Struct lyon_core::path_state::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
current: Point
The current point.
first: Point
The first point of the current sub-path.
last_ctrl: Point
The last control point.