fn _flyweight_move_images(
images: &mut Vec<FlyweightImage>,
display_width: usize,
display_height: usize
)
Expand description
Move the given flyweight instances within the display, bouncing them off the edges of the display.
The display size and image size are provided here