autopdex.geometry.project

autopdex.geometry.project(x, normal)[source]

Projects vector x in the direction of vector normal.

result = jnp.dot(x,normal) * normal