com.supermap.data

类 ARCalibrateTool.CalibrateResult

  • java.lang.Object
    • com.supermap.data.ARCalibrateTool.CalibrateResult
  • 封闭类:
    ARCalibrateTool


    public static class ARCalibrateTool.CalibrateResult
    extends java.lang.Object
    • 字段概要

      字段 
      限定符和类型 字段和说明
      double rotationAngle
      AR场景沿Y轴需要旋转的角度
      Point2D translatePoint
      AR场景需要水平(x,y)轴平移的距离
    • 方法概要

      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • rotationAngle

        public double rotationAngle
        AR场景沿Y轴需要旋转的角度
      • translatePoint

        public Point2D translatePoint
        AR场景需要水平(x,y)轴平移的距离