com.supermap.data.processing

类 ObjRotateOption



  • public class ObjRotateOption
    extends Enum
    该枚举定义了模型对象旋转方式常量。
    • 字段详细资料

      • ROTATE_YZ

        public static final ObjRotateOption ROTATE_YZ
        右手系绕X轴旋转90度,即(x, -z, y)。
      • ROTATE_ZY

        public static final ObjRotateOption ROTATE_ZY
        右手系绕X轴旋转-90度,即(x, z, -y)。

Copyright © 2021–2024 SuperMap. All rights reserved.