Type Definition yatp_cli::Point

source · []
pub type Point = Point2D<u32, u32>;
Expand description

Alias for euclid’s Point2D of 2 unsigned 32-bit integers