Package org.opentrafficsim.core.geometry
Class BezierTest
java.lang.Object
org.opentrafficsim.core.geometry.BezierTest
public class BezierTest
extends java.lang.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
Modifier and Type Method Description voidbezierTest()Test the various methods in the Bezier class. 
- 
Constructor Details
- 
BezierTest
public BezierTest() 
 - 
 - 
Method Details
- 
bezierTest
public final void bezierTest() throws org.opentrafficsim.core.geometry.OTSGeometryExceptionTest the various methods in the Bezier class.- Throws:
 org.opentrafficsim.core.geometry.OTSGeometryException- when this happens uncaught this test has failed
 
 -