Contents

project(_:_:)

Returns the first vector projected onto the second vector.

Declaration

func project(_ x: SIMD3<Double>, _ y: SIMD3<Double>) -> SIMD3<Double>

See Also

Geometry Functions