Orientation3
public enum Orientation3 : Hashable
Describes the orientation of a vector space in 3 dimensions.
-
Specifies a right-handed orientation system.
Declaration
Swift
case rightHanded
-
Specifies a left-handed orientation system.
Declaration
Swift
case leftHanded