project(_:_:)
Returns the first vector projected onto the second vector.
Declaration
func project(_ x: SIMD2<Double>, _ y: SIMD2<Double>) -> SIMD2<Double>Returns the first vector projected onto the second vector.
func project(_ x: SIMD2<Double>, _ y: SIMD2<Double>) -> SIMD2<Double>