package org.djutils.draw; /** * Oriented2d is an interface to indicate an object has a direction in two dimensions. *

* 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 * @param the Oriented type */ public interface Oriented2d> extends Oriented { // no other methods defined for now }