commit d618b8fba82f828ba561c093edb8499afaea6b54 parent b38528debac9ddb735f6eacc99c27d26e119e758 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Mon, 20 Nov 2023 10:50:44 +0100 Add Release notes for release 0.4 Diffstat:
| M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -22,6 +22,14 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.4 + +- Add scpr_is_vertex_in_component, scpr_is_component_in_component and + scpr_get_vertex_in_component to check for polygons inclusion. +- Add scpr_polygon_is_component_cw and scpr_polygon_reverse_component API calls + to manage polygon orientation. +- Fix OBJ output. + ### Version 0.3 - Add functions to detect polygons intersections. At this stage, only