glm::gtx::closest_point Namespace Reference
GLM_GTX_closest_point extension: Find the point on a straight line which is the closet of a point.
More...
|
Functions |
|
template<typename T> |
| detail::_xvec3< T > | closestPointOnLine (const detail::_xvec3< T > &point, const detail::_xvec3< T > &a, const detail::_xvec3< T > &b) |
| | Find the point on a straight line which is the closet of a point. (from GLM_GTX_closest_point extension).
|
Detailed Description
GLM_GTX_closest_point extension: Find the point on a straight line which is the closet of a point.