pub type RasterVector2D = Vector2D<f32, RasterPixel>;

Aliased Type§

struct RasterVector2D {
    pub x: f32,
    pub y: f32,
    /* private fields */
}

Fields§

§x: f32

The x (traditionally, horizontal) coordinate.

§y: f32

The y (traditionally, vertical) coordinate.