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