`ProjectPointOntoLine` returns the projection as a return value, while `ProjectPointOntoLineSegment` returns it in a pointer. Make them consistent.
ProjectPointOntoLinereturns the projection as a return value, whileProjectPointOntoLineSegmentreturns it in a pointer. Make them consistent.