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.
      • testClosestPointOnSegmentAndLine

        public void testClosestPointOnSegmentAndLine()
                                              throws DrawRuntimeException
        Test the closestPointOnSegment and the closestPointOnLine methods.
        Throws:
        DrawRuntimeException - if that happens uncaught; this test has failed