/** * The d1 package provides an interface and different implementations for lines.
* Various types of line are implemented: * * Additionally there are generators to approximate Bézier curves and Clothoids. *

* Copyright (c) 2020-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
* BSD-style license. See DJUTILS License. *

* @author Alexander Verbraeck * @author Peter Knoppers */ package org.djutils.draw.line;