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 namespace FlaxEngine
{ {
/// <summary> /// <summary>
/// A collection of common math functions. /// A collection of common math functions on single floating-points.
/// </summary> /// </summary>
[HideInEditor] [HideInEditor]
public static class Mathf public static class Mathf