Vectors
-
Declaration
Swift
public protocol Vector : Interpolatable, Equatable
-
The underlying type of scalar quantities.
Declaration
Swift
public typealias Scalar = Double
-
Conforming types can be converted to and from vector types.
See moreDeclaration
Swift
public protocol VectorConvertible : Interpolatable, Equatable
-
Conforming types can be linearly interpolated.
See moreDeclaration
Swift
public protocol Interpolatable
-
A vector with 1 component.
Declaration
Swift
public typealias Vector1 = Scalar