Interface Oriented2d<O extends Oriented<O>>

  • Type Parameters:
    O - the Oriented type
    All Superinterfaces:
    Oriented<O>
    All Known Implementing Classes:
    OrientedPoint2d

    public interface Oriented2d<O extends Oriented<O>>
    extends Oriented<O>
    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, Peter Knoppers