com.supermap.data
Class ARCalibrateTool.CalibrateResult
- java.lang.Object
-
- com.supermap.data.ARCalibrateTool.CalibrateResult
-
- Enclosing class:
- ARCalibrateTool
public static class ARCalibrateTool.CalibrateResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description double
rotationAngle
The angle at which the Al scene needs to be rotated along the Yi axisPoint2D
translatePoint
Al scenes require a horizontal (g, i) axis to translate the distance
-
-
-
Field Detail
-
rotationAngle
public double rotationAngle
The angle at which the Al scene needs to be rotated along the Yi axis
-
translatePoint
public Point2D translatePoint
Al scenes require a horizontal (g, i) axis to translate the distance
-
-