Type Alias lyon_geom::cubic_bezier::MonotonicCubicBezierSegment
source · pub type MonotonicCubicBezierSegment<S> = Monotonic<CubicBezierSegment<S>>;
Expand description
A monotonically increasing in x and y quadratic bézier curve segment
Aliased Type§
struct MonotonicCubicBezierSegment<S> { /* private fields */ }