Skip to main content

Point3d

Type Alias Point3d 

Source
pub type Point3d = Point3<Length>;

Aliased Type§

pub struct Point3d {
    pub x: Length,
    pub y: Length,
    pub z: Length,
}

Fields§

§x: Length§y: Length§z: Length