This commit is contained in:
Jean-Baptiste Perrier
2021-08-12 13:51:06 +02:00
parent 69aac09be8
commit 2c30f48900

View File

@@ -6,7 +6,7 @@ using System.ComponentModel;
namespace FlaxEngine
{
/// <summary>
/// A collection of common math functions.
/// A collection of common math functions on single floating-points.
/// </summary>
[HideInEditor]
public static class Mathf