Struct pathfinder::Circle[][src]

pub struct Circle {}

Trait Implementations

impl Debug for Circle
[src]

Formats the value using the given formatter. Read more

impl Clone for Circle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Shape for Circle
[src]

Returns all coordinates that the shape occupies. Algorithm is derived from: https://en.wikipedia.org/wiki/Midpoint_circle_algorithm

Auto Trait Implementations

impl Send for Circle

impl Sync for Circle