VectorDivisible
public protocol VectorDivisible : VectorMultiplicative where Self.Scalar : DivisibleArithmetic
Represents a VectorType with support for division.
-
Declaration
Swift
static func / (lhs: Self, rhs: Self) -> Self -
Declaration
Swift
static func / (lhs: Self, rhs: Scalar) -> Self -
Declaration
Swift
static func / (lhs: Scalar, rhs: Self) -> Self -
/=(_:Default implementation_: ) Default Implementation
Declaration
Swift
static func /= (lhs: inout Self, rhs: Self) -
Declaration
Swift
static func /= (lhs: inout Self, rhs: Scalar)