RelativeVector

Type Alias RelativeVector 

Source
pub type RelativeVector = Vector2D<f64, RelativeSpace>;
Expand description

Relative vector.

Aliased Type§

pub struct RelativeVector {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64

The x (traditionally, horizontal) coordinate.

§y: f64

The y (traditionally, vertical) coordinate.