public final class OTSBufferingAV extends Object
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static OTSLine3D |
offsetLine(OTSLine3D line,
double offset)
Construct an offset line.
|
public static void main(String[] args) throws NetworkException, OTSGeometryException
args - argsNetworkException - on errorOTSGeometryException - on errorpublic static OTSLine3D offsetLine(OTSLine3D line, double offset) throws OTSGeometryException
line - OTSLine3D; the reference lineoffset - double; the offsetOTSGeometryException - when something goes very wrongCopyright © 2014–2016 Delft University of Technology. All rights reserved.