Skip to content

Outdated documentation #132

@Makogan

Description

@Makogan

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions