Point3d

Type Alias Point3d 

Source
pub type Point3d = Vec3d;

Aliased Type§

pub struct Point3d {
    pub t: [f64; 3],
}

Fields§

§t: [f64; 3]

Trait Implementations§