Class D2Test
java.lang.Object
nl.tudelft.simulation.language.d2.D2Test
D2Test.java.
Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
- Author:
- Alexander Verbraeck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Angle test.void
Circle test.void
DirectionalLine test.void
Shape2d test (world coordinates).void
Shape test (screen coordinates).
-
Constructor Details
-
D2Test
public D2Test()
-
-
Method Details
-
angleTest
@Test public void angleTest()Angle test. -
circleTest
@Test public void circleTest()Circle test. -
directionalLineTest
@Test public void directionalLineTest()DirectionalLine test. -
shapeTest
@Test public void shapeTest()Shape test (screen coordinates). -
shape2dTest
@Test public void shape2dTest()Shape2d test (world coordinates).
-