pub type RelativeVector = Vector2D<f64, RelativeSpace>;Expand description
Relative vector.
Aliased Type§
#[repr(C)]pub struct RelativeVector {
pub x: f64,
pub y: f64,
}Fields§
§x: f64The x (traditionally, horizontal) coordinate.
y: f64The y (traditionally, vertical) coordinate.