Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 346 Bytes

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).