Type Alias PhysicalVec

Source
pub type PhysicalVec<U> = Vector2D<U, CSSPixel>;

Aliased Type§

#[repr(C)]
pub struct PhysicalVec<U> { pub x: U, pub y: U, }

Fields§

§x: U

The x (traditionally, horizontal) coordinate.

§y: U

The y (traditionally, vertical) coordinate.