spade icon indicating copy to clipboard operation
spade copied to clipboard

Outdated documentation

Open Makogan opened this issue 8 months ago • 1 comments

https://docs.rs/spade/latest/spade/struct.ConstrainedDelaunayTriangulation.html

The examples show:

let mut cdt = ConstrainedDelaunayTriangulation::<Point2<_>>::new();

But it seems that the current way to do this is

let mut cdt = ConstrainedDelaunayTriangulation::<Point2<_>>::default();

Makogan avatar May 05 '25 17:05 Makogan

Thanks for the note! I'll take a look at this

Stoeoef avatar May 08 '25 20:05 Stoeoef