Packages

 

com.aspose.cad.fileformats.dgn.dgntransform

Class DgnQuaternion



  • public class DgnQuaternion
    extends Object

    DgnQuaternion class

    • Constructor Detail

      • DgnQuaternion

        public DgnQuaternion(long x,
                             long y,
                             long z,
                             long w)

        Initializes a new instance of the DgnQuaternion class.

        Parameters:
        x - The x value.
        y - The y value.
        z - The z value.
        w - The w value.
      • DgnQuaternion

        public DgnQuaternion()

        Initializes a new instance of the DgnQuaternion class.

    • Method Detail

      • getX

        public long getX()

        Gets the x.

        Returns:
        The x value.
      • getY

        public long getY()

        Gets the y.

        Returns:
        The y value.
      • getZ

        public long getZ()

        Gets the z.

        Returns:
        The z value.
      • getW

        public long getW()

        Gets the w.

        Returns:
        The w value.