epaint
0.32.2
In epaint::
shapes::
bezier_
shape
epaint
::
shapes
::
bezier_shape
Function
cubic_for_each_local_extremum
Copy item path
Source
fn cubic_for_each_local_extremum<F:
FnMut
(
f32
)>( p0:
f32
, p1:
f32
, p2:
f32
, p3:
f32
, cb:
&mut F
, )