Update documentation comment for ClosestPointPointLine

This commit is contained in:
stefnotch
2021-03-17 22:27:15 +01:00
committed by GitHub
parent 4dbc770d75
commit 1940707b06

View File

@@ -125,7 +125,7 @@ namespace FlaxEngine
public static class CollisionsHelper
{
/// <summary>
/// Determines the closest point between a point and a line.
/// Determines the closest point between a point and a line segment.
/// </summary>
/// <param name="point">The point to test.</param>
/// <param name="p0">The line first point.</param>