pub type PhysicalVec<U> = Vector2D<U, CSSPixel>;
#[repr(C)]pub struct PhysicalVec<U> { pub x: U, pub y: U, }
x: U
The x (traditionally, horizontal) coordinate.
x
y: U
The y (traditionally, vertical) coordinate.
y