Point3

Type Alias Point3 

Source
pub type Point3<T> = PointN<[T; 3]>;
Expand description

A 3-dimensional point with scalar type T.

Aliased Type§

pub struct Point3<T>(pub [T; 3]);

Tuple Fields§

§0: [T; 3]