Package wt.epm.ndi
Interface EPMNDTransform
public interface EPMNDTransform
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]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
Gets the value of the attribute: rotation1.
Supported API: true- Returns:
- double[]
- Throws:
WTException
-
getRotation2
Gets the value of the attribute: rotation2.
Supported API: true- Returns:
- double[]
- Throws:
WTException
-
getRotation3
Gets the value of the attribute: rotation3.
Supported API: true- Returns:
- double[]
- Throws:
WTException
-
getTranslation
Gets the value of the attribute: translation.
Supported API: true- Returns:
- double[]
- Throws:
WTException
-