pub type PhysicalVec<U> = Vector2D<U, CSSPixel>;Aliased Type§
pub struct PhysicalVec<U> {
pub x: U,
pub y: U,
/* private fields */
}Fields§
§x: UThe x (traditionally, horizontal) coordinate.
y: UThe y (traditionally, vertical) coordinate.