Packages

 

com.aspose.cad.fileformats

Class ObserverPoint



  • public class ObserverPoint
    extends Object

    ObserverPoint class

    • Constructor Detail

      • ObserverPoint

        public ObserverPoint()

        Initializes a new instance of the ObserverPoint class with default rotation angles.

      • ObserverPoint

        public ObserverPoint(float angleRotateX,
                             float angleRotateY,
                             float angleRotateZ)

        Initializes a new instance of the ObserverPoint class.

        Parameters:
        angleRotateX - The angle rotate x.
        angleRotateY - The angle rotate y.
        angleRotateZ - The angle rotate z.
    • Method Detail

      • getAngleRotateX

        public final float getAngleRotateX()

        Gets or sets the angle rotate x.

        Returns:
        The angle rotate x.
      • setAngleRotateX

        public final void setAngleRotateX(float value)

        Gets or sets the angle rotate x.

        Parameters:
        value - The angle rotate x.
      • getAngleRotateY

        public final float getAngleRotateY()

        Gets or sets the angle rotate y.

        Returns:
        The angle rotate y.
      • setAngleRotateY

        public final void setAngleRotateY(float value)

        Gets or sets the angle rotate y.

        Parameters:
        value - The angle rotate y.
      • getAngleRotateZ

        public final float getAngleRotateZ()

        Gets or sets the angle rotate z.

        Returns:
        The angle rotate z.
      • setAngleRotateZ

        public final void setAngleRotateZ(float value)

        Gets or sets the angle rotate z.

        Parameters:
        value - The angle rotate z.