Contents

simd_project

Returns the first vector projected onto the second vector.

Declaration

static simd_double2 simd_project(simd_double2 __x, simd_double2 __y);

See Also

Geometry Functions