| Summary: | Enhance the math utilities to support more operations on vectors, matrices and quaternions | ||
|---|---|---|---|
| Product: | [JogAmp] Jogl | Reporter: | Julien Gouesse <gouessej> |
| Component: | opengl | Assignee: | Sven Gothel <sgothel> |
| Status: | UNCONFIRMED --- | ||
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | tbd | ||
| Hardware: | All | ||
| OS: | all | ||
| Type: | FEATURE | SCM Refs: | |
| Workaround: | --- | ||
|
Description
Julien Gouesse
2016-09-27 12:02:17 CEST
- pre-multiplication of quaternions - Gram-Schmidt orthogonalization: https://github.com/ricardolpd/Ardor3D/commit/7aff0a370fef909a11a5eed9591d6ab7205cd089 - component-wise multiplication - operations to convert from/to NIO buffers - bitangent - adjugate: http://en.wikipedia.org/wiki/Adjugate_matrix - quaternion inversion (!= conjugate) |