|  | GeometryHelperGetClosestPoint Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | GetClosestPoint(Aabb, Vector3F, Vector3F) | 
            Gets the point on or in an axis-aligned bounding box (AABB) that is closest to a given 
            point.
             | 
|   | GetClosestPoint(Line, Vector3F, Vector3F) | 
            Gets the closest point of a line to a point.
             | 
|   | GetClosestPoint(Plane, Vector3F, Vector3F) | 
            Gets the point on a plane surface that is closest to a given point.
             | 
|   | GetClosestPoint(Triangle, Vector3F, Single, Single, Single) | 
            Gets the barycentric coordinates (u, v,
            w of the point in a triangle which is closest to
            the given point).
             | 
 See Also
See Also