Determinant fix by caller · Pull Request #167 · NASAWorldWind/WorldWindJava
and others added 11 commits
January 14, 2016 12:09port was done using git grep -lz 'javax.media.opengl' | xargs -0 perl -i'' -pE "s/javax.media.opengl/com.jogamp.opengl/g" git grep -lz 'javax.media.nativewindow' | xargs -0 perl -i'' -pE "s/javax.media.nativewindow/com.jogamp.nativewindow/g" Signed-off-by: Xerxes Rånby <xerxes@gudinna.com>
Imported using: wget http://jogamp.org/deployment/v2.3.2/archive/jogamp-all-platforms.7z 7z x jogamp-all-platforms.7z cp jogamp-all-platforms/jar/gluegen-rt.jar . cp jogamp-all-platforms/jar/gluegen-rt-natives-*.jar . cp jogamp-all-platforms/jar/jogl-all.jar . cp jogamp-all-platforms/jar/jogl-all-natives-*.jar . Signed-off-by: Xerxes Rånby <xerxes@gudinna.com>
Added "Community Edition" and "WWJ-CE" branding, updated links to WorldWindEarth, cleaned up descriptions.
…except me found and fixed this....
Added a unit-test that checks if the determinant of a Matrix is equal to the determinant of its transpose. This test will break without the determinant-fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters