Uses of Enum
com.agisoft.metashape.RotationOrder
Packages that use RotationOrder
-
Uses of RotationOrder in com.agisoft.metashape
Methods in com.agisoft.metashape that return RotationOrderModifier and TypeMethodDescriptionstatic RotationOrderReturns the enum constant of this type with the specified name.static RotationOrder[]RotationOrder.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RotationOrder in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return RotationOrderModifier and TypeMethodDescriptionExportCameras.getChanRotationOrder()Rotation order (CHAN format only).Methods in com.agisoft.metashape.tasks with parameters of type RotationOrderModifier and TypeMethodDescriptionvoidExportCameras.setChanRotationOrder(RotationOrder value) Rotation order (CHAN format only).