Function gemini_engine::elements::view::utils::points_to_pixels
source · pub fn points_to_pixels(points: &[Vec2D], fill_char: ColChar) -> Vec<Pixel>Expand description
Combine a vector of Vec2Ds and a single fill_char into a vector of (Vec2D, char) tuples, ready to return for ViewElement::active_pixels. Useful if your ViewElement only has one fill character across all of it