106 /** \brief Given a plane defined by plane_origin and plane_normal, find the unit vector pointing from plane_origin to the projection of point on the plane.
107 *
108 * \param[in] point Point projected on the plane
109 * \param[in] plane_origin The plane origin
110 * \param[in] plane_normal The plane normal
111 * \return unit vector pointing from plane_origin to the projection of point on the plane.