CGFloat

struct CGFloat

Adds VectorConvertible conformance.

  • Creates a new instance from a vector.

    Declaration

    Swift

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

    Declaration

    Swift

    public var vector: Vector1 { get }