Type Alias pax_pixels::Vector2D
source · pub type Vector2D = Vector2D<f32>;Aliased Type§
struct Vector2D {
pub x: f32,
pub y: f32,
/* private fields */
}Fields§
§x: f32The x (traditionally, horizontal) coordinate.
y: f32The y (traditionally, vertical) coordinate.