Struct delaunay2d::Triangle [] [src]

pub struct Triangle(pub usize, pub usize, pub usize);

A triangle, represented as indices into a list of points

Trait Implementations

impl Debug for Triangle
[src]

Formats the value using the given formatter.

impl PartialEq for Triangle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Triangle
[src]

impl Hash for Triangle
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Triangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Triangle
[src]