star-2d

Contour structuring for efficient 2D geometric queries
git clone git://git.meso-star.fr/star-2d.git
Log | Files | Refs | README | LICENSE

commit cb164d8460cbf4f3ea16774a4842998b3bc095ee
parent 3abf3f8cc8be086b026f3803fdf4997efd85a5c0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 13 May 2019 09:06:03 +0200

Write the 0.3.1 release note

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -96,6 +96,11 @@ with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and ## Release notes +### Version 0.3.1 + +- Fix the `s2d_segment_get_vertex_attrib` function: it could fail and return an + error while it shouldn't. + ### Version 0.3 - Migrate the ray-tracing backend from Embree2 to Embree3.