- Notifications
You must be signed in to change notification settings - Fork341
Determinant fix#167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
caller wants to merge11 commits intoNASAWorldWind:developChoose a base branch fromWorldWindEarth:determinantFix
base:develop
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Open
Determinant fix#167
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
port was done usinggit 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:wgethttp://jogamp.org/deployment/v2.3.2/archive/jogamp-all-platforms.7z7z x jogamp-all-platforms.7zcp 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.
…except me found and fixed this....
Added a unit-test that checks if the determinant of a Matrix is equal tothe determinant of its transpose. This test will break without thedeterminant-fix.
Changed the determinant test to check that the condition hold for anyrandom matrix (and not jus the sample matrix used initially).
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
see all details here:
#155
I have no idea why this wasnt fixed a decade ago