Struct rtriangulate::Triangle [] [src]

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

A triangle, represented by indexes into a list of points.

Trait Implementations

impl Debug for Triangle
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Triangle
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Triangle

impl Sync for Triangle