Point2d

Type Alias Point2d 

Source
pub type Point2d = Vec2d;

Aliased Type§

pub struct Point2d {
    pub t: [f64; 2],
}

Fields§

§t: [f64; 2]

Trait Implementations§