Enumerations

The following enumerations are available globally.

  • Defines the dimension of an indexed takeable getter for a Vector 2 type.

    See more

    Declaration

    Swift

    public enum Vector2TakeDimensions : Int
  • Describes the orientation of a vector space in 3 dimensions.

    See more

    Declaration

    Swift

    public enum Orientation3 : Hashable
  • Defines the dimension of an indexed takeable getter for a Vector 3 type.

    See more

    Declaration

    Swift

    public enum Vector3TakeDimensions : Int
  • Specifies configurations for the order of rotations when creating a RotationMatrix3 from a set of axial rotations.

    See more

    Declaration

    Swift

    public enum RotationOrder3 : Hashable
  • Defines the dimension of an indexed takeable getter for a Vector 3 type.

    See more

    Declaration

    Swift

    public enum Vector4TakeDimensions : Int
  • The result of a convex-line intersection test.

    See more

    Declaration

    Swift

    public enum ConvexLineIntersection<Vector> where Vector : VectorType
    extension ConvexLineIntersection: Equatable where Vector: Equatable
    extension ConvexLineIntersection: Hashable where Vector: Hashable