Module gemini_engine::elements::view::utils
source · Structs
BlitCacheis used if there is chance that you might have to render the same thing multiple times without moving or changing it.
Enums
- Wrapping is used to determine how you want to handle out-of-bounds pixels during plotting pixels to the screen. Here’s how each possible value functions:
Functions
- Returns true if the points in the vector are arranged in a clockwise orientation
- Combine a vector of
Vec2Ds and a singlefill_charinto a vector of(Vec2D, char)tuples, ready to return forViewElement::active_pixels. Useful if yourViewElementonly has one fill character across all of it