CGRect

struct CGRect

Adds VectorConvertible conformance.

  • Creates a new instance from a vector.

    Declaration

    Swift

    public init(vector: Vector4)
  • Returns the vector representation.

    Declaration

    Swift

    public var vector: Vector4 { get }