Contents

project(_:_:)

Returns the first vector projected onto the second vector.

Declaration

func project(_ x: SIMD4<Float>, _ y: SIMD4<Float>) -> SIMD4<Float>

See Also

Geometry Functions