pub type RasterVector2D = Vector2D<f32, RasterPixel>;Aliased Type§
#[repr(C)]pub struct RasterVector2D {
pub x: f32,
pub y: f32,
}Fields§
§x: f32The x (traditionally, horizontal) coordinate.
y: f32The y (traditionally, vertical) coordinate.