Interface ILcd3DOriented

All Superinterfaces:
ILcdOriented
All Known Subinterfaces:
ILcd3DOrientationSettable

public interface ILcd3DOriented extends ILcdOriented
Describes an object that has an orientation in three dimensions. This interface extends ILcdOriented, which only describes an orientation in a plane (i.e. a single angle).

The methods introduced by this interface describe pitch and roll angles. The getOrientation() method of ILcdOrientated describes the yaw angle.

  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the pitch of the object in degrees.
    double
    Returns the roll of the object in degrees.

    Methods inherited from interface com.luciad.util.ILcdOriented

    getOrientation
  • Method Details

    • getPitch

      double getPitch()
      Returns the pitch of the object in degrees. The pitch increases in upward direction, with 0 degrees being horizontal.
    • getRoll

      double getRoll()
      Returns the roll of the object in degrees. The roll increases in counterclockwise direction, with 0 degrees being horizontal.