Interface Oriented3d<O extends Oriented<O>>

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

public interface Oriented3d<O extends Oriented<O>> extends Oriented<O>
Oriented3d is an interface to indicate an object has a direction in three 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, Peter Knoppers
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Return the rotation around the x-axis in radians.
    double
    Return the rotation around the y-axis in radians.

    Methods inherited from interface org.djutils.draw.Oriented

    epsilonEquals, getDirZ, neg
  • Method Details

    • getDirX

      double getDirX()
      Return the rotation around the x-axis in radians.
      Returns:
      double; the rotation around the x-axis in radians
    • getDirY

      double getDirY()
      Return the rotation around the y-axis in radians.
      Returns:
      double; the rotation around the y-axis in radians