Struct poly2tri::Triangle [] [src]

pub struct Triangle {
    pub points: [[f64; 2]; 3],
}

A single triangle

Fields

Trait Implementations

impl Copy for Triangle
[src]

impl Clone for Triangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.