Ocgtk_graphene.Graphene_enumstype eulerorder = [ | `DEFAULTRotate in the X, Y, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXYZ
*)| `XYZRotate in the Y, Z, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYZX
*)| `YZXRotate in the Z, X, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZXY
*)| `ZXYRotate in the X, Z, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXZY
*)| `XZYRotate in the Y, X, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYXZ
*)| `YXZRotate in the Z, Y, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZYX
*)| `ZYXDefines a static rotation along the X, Y, and Z axes (Since: 1.10)
*)| `SXYZDefines a static rotation along the X, Y, and X axes (Since: 1.10)
*)| `SXYXDefines a static rotation along the X, Z, and Y axes (Since: 1.10)
*)| `SXZYDefines a static rotation along the X, Z, and X axes (Since: 1.10)
*)| `SXZXDefines a static rotation along the Y, Z, and X axes (Since: 1.10)
*)| `SYZXDefines a static rotation along the Y, Z, and Y axes (Since: 1.10)
*)| `SYZYDefines a static rotation along the Y, X, and Z axes (Since: 1.10)
*)| `SYXZDefines a static rotation along the Y, X, and Y axes (Since: 1.10)
*)| `SYXYDefines a static rotation along the Z, X, and Y axes (Since: 1.10)
*)| `SZXYDefines a static rotation along the Z, X, and Z axes (Since: 1.10)
*)| `SZXZDefines a static rotation along the Z, Y, and X axes (Since: 1.10)
*)| `SZYXDefines a static rotation along the Z, Y, and Z axes (Since: 1.10)
*)| `SZYZDefines a relative rotation along the Z, Y, and X axes (Since: 1.10)
*)| `RZYXDefines a relative rotation along the X, Y, and X axes (Since: 1.10)
*)| `RXYXDefines a relative rotation along the Y, Z, and X axes (Since: 1.10)
*)| `RYZXDefines a relative rotation along the X, Z, and X axes (Since: 1.10)
*)| `RXZXDefines a relative rotation along the X, Z, and Y axes (Since: 1.10)
*)| `RXZYDefines a relative rotation along the Y, Z, and Y axes (Since: 1.10)
*)| `RYZYDefines a relative rotation along the Z, X, and Y axes (Since: 1.10)
*)| `RZXYDefines a relative rotation along the Y, X, and Y axes (Since: 1.10)
*)| `RYXYDefines a relative rotation along the Y, X, and Z axes (Since: 1.10)
*)| `RYXZDefines a relative rotation along the Z, X, and Z axes (Since: 1.10)
*)| `RZXZDefines a relative rotation along the X, Y, and Z axes (Since: 1.10)
*)| `RXYZDefines a relative rotation along the Z, Y, and Z axes (Since: 1.10)
*)| `RZYZ ]val eulerorder_of_int : int -> eulerorderval eulerorder_to_int : eulerorder -> intval rayintersectionkind_of_int : int -> rayintersectionkindval rayintersectionkind_to_int : rayintersectionkind -> int