Skip to main content

Point3f

Type Alias Point3f 

Source
pub type Point3f = Point3<Length>;

Aliased Type§

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

Fields§

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