dotProduct(of:vector:)
Caclulates the dot product of two vectors.
Declaration
class func dotProduct(of v1: VNVector, vector v2: VNVector) -> DoubleParameters
- v1:
The first vector.
- v2:
The second vector.
Return Value
The dot product value.
Caclulates the dot product of two vectors.
class func dotProduct(of v1: VNVector, vector v2: VNVector) -> DoubleThe first vector.
The second vector.
The dot product value.