geoprim2d

This crate is intended to provide definition for simple two dimmensional geometric primitives. The objectif of such crate is to provide a commun definition, that will be used by other crates.

Actual provided geomtric primitives: * Point * Line segment * Rectangle

Other simple primitives will be added to this crate (eg: polygons).