Gimly / DoublyConnectedEdgeList

Implements a doubly connected edge list (DCEL) in C#
MIT License
6 stars 3 forks source link

Fix nullability for the `Face` property of `IHalfEdge` #2

Closed Gimly closed 3 years ago

Gimly commented 3 years ago

The face property in IHalfEdge was incorrectly marked as Nullable but is not nullable.

Made it non nullable.