Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / geometry /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-07-14 Alexis Laferrièregeometry: fix warnings in quadtree structures and stand...
2017-06-09 Jean PrivatMerge: gamnit: dynamic window resize
2017-06-08 Alexis Laferrièregeometry: move up `Point3d::offset` from gamnit
2017-06-04 Alexis Laferrièregeometry: rework `Float::angle_lerp` in the style of...
2017-05-28 Alexis Laferrièregeometry: implement `Point::dist` for 3D points
2017-05-28 Alexis Laferrièregeometry: make `BoxedArray` a subclass of `Array`
2017-05-28 Alexis Laferrièregeometry: make the attributes of points optional
2017-05-28 Alexis Laferrièregeometry: move up custom `to_s` to the interfaces
2017-05-16 Alexis Laferrièregamnit and related: improve doc
2016-05-20 Alexis Laferrièrelib/geometry: change triangulate API for easier usage
2016-02-23 Alexis Laferrièrelib/geometry: do not sort points as it invalidates...
2015-12-08 Jean Privatcode: various update to clean declaration or usage...
2015-10-04 Alexis Laferrièrelib/geometry: points attributes are writable
2015-09-22 BlackMinougeometry/polygon: adds polygon triangulation + polygon...
2015-09-21 BlackMinougeometry: Adds a README
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-07-14 Jean Privatlib/geometry: named constructors use autoinit
2015-07-07 Alexis Laferrièrelib/geometry: add few services for angles
2015-07-07 Alexis Laferrièrelib/geomerty: intro Point::dist, dist2, lerp and ==
2015-07-07 Alexis Laferrièrelib/geometry: points_and_lines are serializable
2015-06-21 BlackMinougeometry/quadtree: fixed use of the numerics
2015-06-21 BlackMinougeometry/boxes: top and bottom in ILine were inversed...
2015-05-30 Jean PrivatMerge: Introduction of convex polygons in geometry...
2015-05-28 Alexandre Terrasalib/geometry: remove useless types
2015-05-27 BlackMinouIntroduce polygon module
2015-04-09 Jean Privatquatree: cleaup indentation
2015-04-09 Jean Privatquadtree: use new constructors
2015-03-31 Jean Privatlib/geometry: document ILine
2014-11-28 Jean Privatall: fix broken docunits
2014-09-27 Jean Privatsrc: migrate some modules to new constructors
2014-06-04 Romain ChanoirQuadTree API Introduction
2014-06-04 Romain ChanoirGeometry: Introducing BoxedCollection
2014-06-04 Romain ChanoirGeometry: Adds padded on boxes
2014-05-28 Alexis Laferrièrelib: intro the geometry module