Trait lyon_path::Position[][src]

pub trait Position {
    fn position(&self) -> Point;
}
Expand description

Interface for types types (typically endpoints and control points) that have a 2D position.

Required methods

Implementations on Foreign Types

Implementors