Type Alias gemini_engine::elements::view::Point

source ·
pub type Point = Pixel;
👎Deprecated: Renamed to Pixel, please use that instead
Expand description

Old name for Pixel, this is now deprecated

Aliased Type§

struct Point {
    pub pos: Vec2D,
    pub fill_char: ColChar,
}

Fields§

§pos: Vec2D

The position of the Pixel

§fill_char: ColChar

The appearance/colour of the Pixel