Contents

project(_:_:)

Returns the first vector projected onto the second vector.

Declaration

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

See Also

Geometry Functions