projectPoint

fun projectPoint(point: Vector3, target: Vector3): Vector3

Projects the given point onto the plane, writing the result into target.

Return

target.