Circonflexe

Results 16 issues of Circonflexe

This PR adds a second type parameter to angular rotations type (`Angle2d` and all `RotX` etc.). This prevents automatic conversion of the angle to floating-point and the resulting inexactitude when...

The main reason to define a rotation with an angle in degree is to take advantage of the guaranteed-exact functions `cosd` and `sind`, e.g. `Angle2d(90°)^4` is guaranteed to be the...

I would like to expose an interface where a user can specify an angle, with the default unit being degrees, but with the possibility to force radians if needed. For...

I would expect the XOR mesh boolean operation to work the same way as the XOR operation for planar polygons (e.g. SVG's 'fill-rule: evenodd'). However, this operation currently discards any...

documentation

Per usual Julia convention. These methods do modify fields of the structure.

I think that this package is missing a `SortedMultiSet` type. As an example, let's say we want to collect a list of persons, sorted by age, as stored in an...

I opened an issue #1096 on this topic a few days ago. @giordano closed it on the fact that this works with Yggdrasil. However the fact that it works in...

It may happen that you want to rename a few symbols in a module (e.g. because of name clashes). Do you think it would be possible, and/or useful, to have...

Just like `StaticArrays.jl` has the nice `SA[...]` constructor, it should be possible to implement some easier-to-type `HybridArray` constructors. My suggestions would be a function `HybridArray(n1,n2,...)` which returns the type given...

Who doesn't love `StaticArrays.Dynamic()` all over the place? However, this makes exceptions a bit hard to read, and also types a bit hard to enter. As an alternative, I suggest...