Stefan Altmayer

Results 8 issues of Stefan Altmayer

See #66. This is the initial implementation which works sufficiently well already. To use this, create a CDT, insert some constraint edges and then call `my_cdt.refine(RefinementParameters::new().exclude_outer_faces())` which will refine the...

Spade 2.0 removed interpolation support (e.g. natural neighbor interpolation) to get into a releasable state. This ticket aims to re-introduce them! For the most part, it should be possible to...

`open_simplex2` shows some triangular artifacts, see the following image: ![open_simplex](https://cloud.githubusercontent.com/assets/5731969/19833482/1088854a-9e43-11e6-8365-058dcc869814.png) The noise function is not smooth at the edges of the open simplex triangle grid. The shown surface is a...

bug

Reading the 1.0 roadmap .png support seems to be planned. Is there anything ongoing for implementing this? Otherwise, the easiest way seems to rely on an existing svg renderer like...

It would be nice if rstar had first class support for other geometry crates, e.g. `nalgebra` or `cgmath`. Up to now, users either need to - Implement their own point...

With the introduction of `try_add_constraint` and `add_constraint_and_split` CDTs can finally be created without the risk of `panic` when built iteratively. However, the much more efficient bulk loading doesn't support this...

enhancement
good first issue

Since there have been several bugs related to `try_add_constraint_and_split`, I've added a simple property test that adds random constraint edges and looks for irregularities. It found two additional edge cases...