Skip to content

Determinant fix - #167

Open
caller wants to merge 11 commits into
NASAWorldWind:developfrom
WorldWindEarth:determinantFix
Open

Determinant fix#167
caller wants to merge 11 commits into
NASAWorldWind:developfrom
WorldWindEarth:determinantFix

Conversation

@caller

@caller caller commented Apr 10, 2019

Copy link
Copy Markdown

see all details here:
#155
I have no idea why this wasnt fixed a decade ago

xranby and others added 11 commits January 14, 2016 12:09
port 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>
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>
Add null checks to ColladaMeshShape.java
Added "Community Edition" and "WWJ-CE" branding, updated links to WorldWindEarth, cleaned up descriptions.
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.
Changed the determinant test to check that the condition hold for any
random matrix (and not jus the sample matrix used initially).
@wcmatthysen
wcmatthysen deleted the determinantFix branch April 11, 2019 18:15
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

Development

Successfully merging this pull request may close these issues.

5 participants