Function rin::graphics::arc_iter[][src]

pub fn arc_iter<Point, A1, A2>(
    center: Point,
    rx: <Point as NumPnt>::Field,
    ry: <Point as NumPnt>::Field,
    init_angle: A1,
    angle: A2,
    resolution: u32
) -> ArcIter<Point>

Notable traits for ArcIter<Point>

impl<Point> Iterator for ArcIter<Point> where
    Point: FloatPnt + Copy,
    <Point as NumPnt>::Field: RealField,
    <Point as NumPnt>::Field: Float,
    <Point as NumPnt>::Field: NumCast,
    <Point as NumPnt>::Coordinates: Neg,
    <<Point as NumPnt>::Coordinates as Neg>::Output == <Point as NumPnt>::Coordinates
type Item = Point;
where
    Point: FloatPnt,
    A1: Angle<<Point as NumPnt>::Field>,
    A2: Angle<<Point as NumPnt>::Field>,
    <Point as NumPnt>::Field: RealField,
    <Point as NumPnt>::Field: NumCast,
    <Point as NumPnt>::Coordinates: Neg,
    <<Point as NumPnt>::Coordinates as Neg>::Output == <Point as NumPnt>::Coordinates