// UniversalUI_Base - geometry.rs
// created by sebhall on 28/07/2023
//
// UniversalUI_Base contains definitions for types
// common to other modules of the UniversalUI framework.
//
// geometry.rs contains types associated with 2D
// geometry, particularly for windowing and basic
// graphics drawing.
use crate*;
// uPoint, a simple location in 2D space
// uSize, a 2D orthogonal size
// uRect, a 2D orthogonal rectangle