kQueenAlgInputMode
enum kQueenAlgInputMode : NSInteger {}
算法参数输入模式
-
算法参数输入模式: 半自动。仅需要输入旋转角度
Declaration
Objective-C
kQueenAlgInputModeSemiAutomatic = 0
-
算法参数输入模式: 全自动。无需提供其他角度参数
Declaration
Objective-C
kQueenAlgInputModeAutomatic = 1
-
算法参数输入模式: 手动。需提供输入旋转角度、输出旋转角度、翻转参数等
Declaration
Objective-C
kQueenAlgInputModeManual = 2