Point2f

Type Alias Point2f 

Source
pub type Point2f = PointN<[f32; 2]>;
Expand description

A 2-dimensional point with scalar type f32.

Aliased Type§

pub struct Point2f(pub [f32; 2]);

Tuple Fields§

§0: [f32; 2]