pub type DipVector = Vector2D<Dip, Dip>;Expand description
A vector in device independent pixels.
Aliased Type§
#[repr(C)]pub struct DipVector {
pub x: Dip,
pub y: Dip,
}Fields§
§x: DipThe x (traditionally, horizontal) coordinate.
y: DipThe y (traditionally, vertical) coordinate.