Struct pathfinder::Triangle [] [src]

pub struct Triangle {}

Trait Implementations

impl Debug for Triangle
[src]

[src]

Formats the value using the given formatter. Read more

impl Shape for Triangle
[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 Triangle

impl Sync for Triangle