yzobus

Results 3 issues of yzobus

There is seemingly still a problem in detecting formulas when they are created via dragging another formula. For example, I set A1 to 1 and define a formula that is...

There seems to be a bug for the `min()` and `max()` methods of `nalgebra::base::min_max::Matrix` when an `f64::NAN` is included in the matrix. Specifically, the entries before the `NAN`-entry are discarded...

bug

To use `interpolate_gradient` each vertex must have a height and a gradient defined. However, it is unclear what input is expected for the gradient, as the function only accepts [f64;...