Type Alias Vector

Source
pub type Vector = Vector2D<f64, UnknownUnit>;

Aliased Type§

#[repr(C)]
pub struct Vector { pub x: f64, pub y: f64, }

Fields§

§x: f64

The x (traditionally, horizontal) coordinate.

§y: f64

The y (traditionally, vertical) coordinate.