Skip to main content

Point3

Type Alias Point3 

Source
pub type Point3 = Position<3>;
Expand description

A 3D point.

Aliased Type§

pub struct Point3(pub [f64; 3]);

Tuple Fields§

§0: [f64; 3]