Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new TriangularPrism shape primitive, fixed bug in the OctahedronMesh class #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jean-Baptiste-B
Copy link
Contributor

Added a new TriangularPrism 3D shape primitive.
Fixed a bug in the OctahedronMesh class.

Jean-Baptiste-B and others added 2 commits May 6, 2015 06:14
…nMesh class

Added a new TriangularPrism 3D shape primitive.
Fixed a bug in the OctahedronMesh class.
…ouble'

bug fix by Yehya BELHAMRA {[email protected]} {http://www.yahiab.com}
the bug was in the getMajorRadius() and getMinorRadius(), its return type was Double, which caused an exception when trying to export this shape as FXML file using the FXMLExporter.java class from the OpenJFX project.
Its return type should be a 'double', the primitive type, and not 'Double'.
travisfw pushed a commit to travisfw/FXyz that referenced this pull request Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant