Package org.opentrafficsim.core.geometry
Class ContinuousArcTest
java.lang.Object
org.opentrafficsim.core.geometry.ContinuousArcTest
Tests for ContinuousArc.
Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests the return values of standard continuous line methods.voidTest flattened arc based on max errors.voidTest flattened arc.voidTest input.voidTest arc defined by length.voidTest offset arc based on max errors.voidTest offset arc.
-
Constructor Details
-
ContinuousArcTest
public ContinuousArcTest()
-
-
Method Details
-
inputTest
@Test public void inputTest()Test input. -
continuousLineTest
@Test public void continuousLineTest()Tests the return values of standard continuous line methods. -
flattenArcTest
@Test public void flattenArcTest()Test flattened arc. -
flattenArcErrorTest
@Test public void flattenArcErrorTest()Test flattened arc based on max errors. -
offsetArcTest
@Test public void offsetArcTest()Test offset arc. -
offsetArcErrorTest
@Test public void offsetArcErrorTest()Test offset arc based on max errors. -
lengthTest
public void lengthTest()Test arc defined by length.
-