You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implement equals(), hashCode(), and isSimilar() for bounding volumes (#……2252)
* implement equals() and hashCode() for BoundingBox
* implement equals() and hashCode() for BoundingSphere
* implement isSimilar() for BoundingBox
* implement isSimilar() for BoundingSphere
* BoundingSphere: add comments to emphasize the treatment of checkPlane
* TestBoundingSphere: test equals() and isSimilar()
* jme3-core tests: add the TestBoundingBox class
* BoundingVolume: add equals() and hashCode() methods
* utilize super.equals() and super.hashCode()
* refactor to utilize Objects.hash()