com.supermap.data.conversion

类 ObjRotateOption



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

      • RotateYZ

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

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

Copyright © 2021–2024 SuperMap. All rights reserved.