Struct lyon::path::PathSlice
[−]
[src]
pub struct PathSlice<'l> { /* fields omitted */ }
Methods
impl<'l> PathSlice<'l>
An immutable view over a Path.
fn new(points: &'l [TypedPoint2D<f32, UnknownUnit>],
verbs: &'l [Verb])
-> PathSlice<'l>
verbs: &'l [Verb])
-> PathSlice<'l>