Package org.djutils.draw
Class DirectionTest
java.lang.Object
org.djutils.draw.DirectionTest
TestDirection.java.
Copyright (c) 2023-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This combination of directions yielded NaN as direction difference.void
Test the Direction3d class.
-
Constructor Details
-
DirectionTest
public DirectionTest()
-
-
Method Details
-
testDirection
@Test public void testDirection()Test the Direction3d class. -
failedInEarlierVersion
@Test public void failedInEarlierVersion()This combination of directions yielded NaN as direction difference.
-