Struct pathfinder::Triangle[][src]

pub struct Triangle {}

Trait Implementations

impl Debug for Triangle
[src]

Formats the value using the given formatter. Read more

impl Clone for Triangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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