Type Alias Point3f

Source
pub type Point3f = PointN<[f32; 3]>;
Expand description

A 3-dimensional point with scalar type f32.

Aliased Type§

pub struct Point3f(pub [f32; 3]);

Tuple Fields§

§0: [f32; 3]
OSZAR »