DipVector

Type Alias DipVector 

Source
pub type DipVector = Vector2D<Dip, Dip>;
Expand description

A vector in device independent pixels.

Aliased Type§

pub struct DipVector {
    pub x: Dip,
    pub y: Dip,
}

Fields§

§x: Dip

The x (traditionally, horizontal) coordinate.

§y: Dip

The y (traditionally, vertical) coordinate.