Package wt.epm.ndi

Interface EPMNDTransform


public interface EPMNDTransform


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
    Gets the value of the attribute: rotation1.
    double[]
    Gets the value of the attribute: rotation2.
    double[]
    Gets the value of the attribute: rotation3.
    double[]
    Gets the value of the attribute: translation.
  • Method Details

    • getRotation1

      double[] getRotation1() throws WTException
      Gets the value of the attribute: rotation1.

      Supported API: true
      Returns:
      double[]
      Throws:
      WTException
    • getRotation2

      double[] getRotation2() throws WTException
      Gets the value of the attribute: rotation2.

      Supported API: true
      Returns:
      double[]
      Throws:
      WTException
    • getRotation3

      double[] getRotation3() throws WTException
      Gets the value of the attribute: rotation3.

      Supported API: true
      Returns:
      double[]
      Throws:
      WTException
    • getTranslation

      double[] getTranslation() throws WTException
      Gets the value of the attribute: translation.

      Supported API: true
      Returns:
      double[]
      Throws:
      WTException