-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
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();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels