Skip to main content

Positions

Type Alias Positions 

Source
pub type Positions = BTreeMap<PointId, [f64; 2]>;
Expand description

Every point’s [x, y], by PointId: the sketch’s own positions (Sketch::positions) or a rigid motion of them (see crate::ProfileLoop::to_nurbs).

Aliased Type§

pub struct Positions { /* private fields */ }