Struct pathfinder::Circle [] [src]

pub struct Circle {}

Trait Implementations

impl Debug for Circle
[src]

[src]

Formats the value using the given formatter. Read more

impl Shape for Circle
[src]

[src]

[src]

Returns all coordinates that the shape occupies. Assume that you start at coordinate x: 0, y: 0.

Auto Trait Implementations

impl Send for Circle

impl Sync for Circle