Package org.opentrafficsim.core.geometry
Class BezierTest
- java.lang.Object
-
- org.opentrafficsim.core.geometry.BezierTest
-
public class BezierTest extends Object
Test the Bézier class.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Jan 2, 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Summary
Constructors Constructor Description BezierTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bezierTest()
Test the various methods in the Bezier class.
-
-
-
Method Detail
-
bezierTest
public final void bezierTest() throws OTSGeometryException
Test the various methods in the Bezier class.- Throws:
OTSGeometryException
- when this happens uncaught this test has failed
-
-