Class Ray3dTest

    • Constructor Detail

      • Ray3dTest

        public Ray3dTest()
    • Method Detail

      • testConstructors

        public void testConstructors()
        Test the various constructors of a Ray3d.
      • boundsTest

        public void boundsTest()
        Test the result of the getBounds method.
      • testLocation

        public void testLocation()
        Test the getLocation and getLocationExtended methods.
      • testClosestPointAndProjectOrthogonal

        public void testClosestPointAndProjectOrthogonal()
        Test the closestPointOnRay and the projectOrthogonal methods.
      • testProject

        public void testProject()
        Test the project methods.
      • epsilonEqualsTest

        public void epsilonEqualsTest()
        Test the epsilonEquals method.
      • equalsAndHashCodeTest

        public void equalsAndHashCodeTest()
        Test the equals and hasCode methods.