Function rin_graphics::bezier [−][src]
pub fn bezier<Point, F>(
from: Point,
cp1: Point,
cp2: Point,
to: Point,
resolution: u32,
f: F
) where
Point: FloatPnt + Copy,
<Point as NumPnt>::Field: RealField + NumCast,
<Point as NumPnt>::Coordinates: Neg<Output = <Point as NumPnt>::Coordinates> + Copy,
F: FnMut(Point),