pub fn points_to_pixels(points: Vec<Vec2D>, fill_char: ColChar) -> Vec<Point>
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