Skip to main content

Point2

Type Alias Point2 

Source
pub type Point2 = Position<2>;
Expand description

A 2D point.

Aliased Type§

pub struct Point2(pub [f64; 2]);

Tuple Fields§

§0: [f64; 2]