public class OTSPoint3DTest extends Object
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Constructor and Description |
---|
OTSPoint3DTest() |
Modifier and Type | Method and Description |
---|---|
void |
closestPointTest()
Test the closestPointOnLine methods.
|
void |
constructorsTest()
Test the various constructors of OTSPoint3D.
|
void |
interpolateTest()
Test the interpolate method.
|
void |
lineSegmentIntersectionTest()
Test the 2D line segment intersection method.
|
public final void constructorsTest()
public final void interpolateTest()
public final void closestPointTest() throws org.opentrafficsim.core.geometry.OTSGeometryException
OTSGeometryException
- should not happen; this test has failed if it doespublic final void lineSegmentIntersectionTest()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.