Double

struct Double

Adds VectorConvertible conformance.

  • The underlying vector type.

    Declaration

    Swift

    public typealias Vector = Vector1
  • Creates a new instance from a vector.

    Declaration

    Swift

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

    Declaration

    Swift

    public var vector: Vector { get }