-
I wanted to multiply two quaternions, however qalc seem to produce this kind of output:
```
> (1+2i+3j+4k)
error: Trailing characters "j" (not a valid variable/function/unit) in number "3j" wer…
-
Looks to me like the behaviour or of the dragger tool is working in euler angles, not quaternions. As is the vector.js has only euler rotation modes.
Is it planned to add this or even a known issue?
…
-
The function `inv(::AbstractCliffordNumber)` is implemented using the internal function `CliffordNumber.versor_inverse`, which just calculates `x' / x^2`, with no regard to whether the result actually…
-
pkok updated
12 years ago
-
Currently, we have a rotating globe animation on the geodistributed.systems homepage, that links to code hosted in [Observable](https://api.observablehq.com/@kngjoel/untitled.js?v=3). We want to make …
-
You may look at this if you don't really understand.
https://github.com/wolftype/versor
I fear, that in current rust, something like this is not possible, because of the many `constexpr` functions. …
-
Hi,
beside other things I have a problem with glut to build the examples.
Firstly, i had to include -lglut to versor/build/CMakeFiles/xBasic.dir/link.txt to resolve symbols with glutXXX.
When…
-
Hi @chakravala,
In your JuliaCon paper, I noticed the statement "Mixed-symmetry algebra with `Leibniz.jl` and `Grassmann.jl`, having the geometric algebraic product chain rule, yields automatic dif…
-
does anyone see a benefit to consolidate the modern GA projects under a single github group or something similar?
pygae -> gae?
we could retain individual ownership of each repo, and i sup…
-
Hey Mike,
While importing this module into Typescript file, it is complaining about d.ts file or type definition file not included in the package. I am new to typescript and trying to figure out ho…