Point

Type Alias Point 

Source
pub type Point = Array1<f64>;
Expand description

A single point.

Aliased Typeยง

pub struct Point { /* private fields */ }