geomprim2d 0.1.1

2D geometric primitive types
Documentation
1
2
3
4
5
6
7
8
9
10
# 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).