All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.djutils.draw.Oriented2d Maven / Gradle / Ivy

The newest version!
package org.djutils.draw;

/**
 * Oriented2d is an interface to indicate an object has a direction in two dimensions.
 * 

* Copyright (c) 2020-2024 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 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy