pub type PxVector = Vector2D<f32, Pixel>;Expand description
A 2D vector in physical device pixels
Aliased Type§
pub struct PxVector {
pub x: f32,
pub y: f32,
}Fields§
§x: f32The x (traditionally, horizontal) coordinate.
y: f32The y (traditionally, vertical) coordinate.