Class Polygon3dTest

java.lang.Object
org.djutils.draw.line.Polygon3dTest

public class Polygon3dTest extends Object
Polygon3dTest.java.

Copyright (c) 2020-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.

Author:
Alexander Verbraeck, Peter Knoppers
  • Constructor Details

    • Polygon3dTest

      public Polygon3dTest()
  • Method Details

    • testConstructors

      @Test public void testConstructors()
      Test the constructors.
    • filterTest

      @Test public void filterTest()
      Test the filtering constructors.
    • reverseAndProjectTest

      @Test public final void reverseAndProjectTest() throws DrawRuntimeException
      Test the reverse and project methods.
      Throws:
      DrawRuntimeException - should not happen; this test has failed if it does happen
    • testExports

      @Test public void testExports()
      Test the debugging output methods.