Click or drag to resize
DigitalRuneGeometryHelperGetClosestPoint Method
Gets the point on a primitive that is closest to a given point.
Overload List
  NameDescription
Public methodStatic memberGetClosestPoint(Aabb, Vector3F, Vector3F)
Gets the point on or in an axis-aligned bounding box (AABB) that is closest to a given point.
Public methodStatic memberGetClosestPoint(Line, Vector3F, Vector3F)
Gets the closest point of a line to a point.
Public methodStatic memberGetClosestPoint(Plane, Vector3F, Vector3F)
Gets the point on a plane surface that is closest to a given point.
Public methodStatic memberGetClosestPoint(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).
Top
See Also