Type Alias layout_2020::geom::PhysicalVec
source · pub type PhysicalVec<U> = Vector2D<U, CSSPixel>;
Aliased Type§
struct PhysicalVec<U> {
pub x: U,
pub y: U,
}
Fields§
§x: U
The x
(traditionally, horizontal) coordinate.
y: U
The y
(traditionally, vertical) coordinate.