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: Vec2DThe position of the Pixel
fill_char: ColCharThe appearance/colour of the Pixel