Class D2Test
- java.lang.Object
-
- nl.tudelft.simulation.language.d2.D2Test
-
public class D2Test extends Object
D2Test.java.
Copyright (c) 2003-2023 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
Constructors Constructor Description D2Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidangleTest()Angle test.voidcircleTest()Circle test.voiddirectionalLineTest()DirectionalLine test.voidshape2dTest()Shape2d test (world coordinates).voidshapeTest()Shape test (screen coordinates).
-
-
-
Method Detail
-
angleTest
public void angleTest()
Angle test.
-
circleTest
public void circleTest()
Circle test.
-
directionalLineTest
public void directionalLineTest()
DirectionalLine test.
-
shapeTest
public void shapeTest()
Shape test (screen coordinates).
-
shape2dTest
public void shape2dTest()
Shape2d test (world coordinates).
-
-