Trait Position
pub trait Position {
// Required method
fn position(&self) -> Point2D<f32, UnknownUnit>;
}
Available on crate feature
geometry
only.Expand description
Interface for types types (typically endpoints and control points) that have a 2D position.