Class Point3dTest

    • Constructor Detail

      • Point3dTest

        public Point3dTest()
    • Method Detail

      • testPoint3dConstruction

        public void testPoint3dConstruction()
        Test the Point3d construction methods.
      • testPoint3dOperators

        public void testPoint3dOperators()
        Test the Point3d operators.
      • testPoint3dOperatorsNPE

        public void testPoint3dOperatorsNPE()
        Test the Point3d operators for NPE.
      • testClosestPointOnSegment

        public void testClosestPointOnSegment()
                                       throws DrawException
        Test the closestPointOnSegment method.
        Throws:
        DrawException - if that happens uncaught; this test has failed