Function rin_graphics::catmull_rom_iter [−][src]
pub fn catmull_rom_iter<Point>(
points: &[Point],
curve_ty: CatmullRom<<Point as NumPnt>::Field>,
resolution: u32
) -> Option<CatmullRomIter<'_, Point>> where
Point: FloatPnt + Copy,
<Point as NumPnt>::Field: RealField + NumCast,
<Point as NumPnt>::Coordinates: Neg<Output = <Point as NumPnt>::Coordinates> + Copy + ToPnt<Point>,