Enum CoordinatePermutation
Denotes a permutation of the coordinates of a Vector3
public enum CoordinatePermutationFields
- XYZ = 0
- XZY = 1
- YXZ = 2
- YZX = 3
- ZXY = 4
- ZYX = 5
Denotes a permutation of the coordinates of a Vector3
public enum CoordinatePermutationXYZ = 0XZY = 1YXZ = 2YZX = 3ZXY = 4ZYX = 5