Gerhard Dorn

Results 14 issues of Gerhard Dorn

The triangulation of a Quadrangle (with crossing sides - blue color) returns overlapping parts outside that quadrangle: Not sure, if this is intended ![grafik](https://user-images.githubusercontent.com/67096719/175968882-483dae29-0732-4796-bde4-c01d47336789.png)

enhancement
help wanted

I am planning to work on the intersection of Ray - Triangle to provide more intersection types. Currently it just works in 3D which is basically fine though I don't...

feature

I would like to plot a **parametrized surface** (like a torus) `[u,v] -> [x,y,z]` coloring the surface according to another function `[u,v] -> c` I tried `surface(x, y, z, fill_z...

I am using windows 10 with pluto and julia 1.6. gr plots is not able to interprete the `\boldsymbol` or `\pmb` command compared to the package LaTeXStrings. The combination of...

I updated to the new version Flux 0.14.6 (and also CUDA 5.1.1) and got the illegal memory access error (see below) when using `train!` or `update` machine: Windows Laptop GPU:...

cuda

## Feature description (Mandatory) As the use of `ID` is not recommended and instead `elementId` should be used in future it would be convenient to have an additional key-value pair...

I think another refactoring of IntersectionTypes might be necessary to consider intersection of objects of different dimensionality. e.g. each object has an inner part, e.g. open interval 0 < x...

enhancement
help wanted

I just figured out that the sequence how polytopes are initialized makes a difference when checking for isequal. ``Segment((1,0), (0,0)) == Segment((0,0), (1,0))`` returns ``false`` This is due to the...

good first issue
feature

I am using Julia 1.10, python 3.8 and the newest Pyjulia version on Windows. when trying to import some Julia packages (e.g. Images.jl) an error occurs, trying to import again...