Login  Register

Re: Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agnostic (PMVMatrix, Matrix4f, Vec4f, ..)

Posted by hharrison on Sep 21, 2023; 10:47pm
URL: https://forum.jogamp.org/Bug-1452-Decouple-math-functionality-to-com-jogamp-math-to-be-toolkit-agnostic-PMVMatrix-Matrix4f-Ve-tp4042948p4042950.html

A whole lot of this looks the same or substantially the same as what we had to invent in Jaamsim, I'll try to find some time to compare the two and see what might be missing to allow us to move directly to this one.

com.jaamsim.math package.

At the end of the day, I'm not sure if the jogamp package would be better off just providing what works to interact with jogamp libraries, or try to be a fuller implementation like the java3d vecmath package was trying to be.

Harvey