Struct delaunator::Point[][src]

pub struct Point {
    pub x: f64,
    pub y: f64,
}

Represents a 2D point in the input vector.

Fields

Trait Implementations

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Point
[src]

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

This method tests for !=.

impl Debug for Point
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Point

impl Sync for Point