Merge branch 'master' into 1.1

This commit is contained in:
Wojtek Figat
2021-03-18 11:04:25 +01:00

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>