Point

Type Alias Point 

Source
pub type Point = Axes<Scalar>;
Expand description

Point in (x pt, y pt)

Aliased Type§

pub struct Point {
    pub x: Scalar,
    pub y: Scalar,
}

Fields§

§x: Scalar

The horizontal component.

§y: Scalar

The vertical component.

Trait Implementations§