sharplib/math/NamespaceDoc.cs
2019-06-26 00:03:48 -07:00

13 lines
530 B
C#

// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
namespace math
{
/// <summary>
/// The <see cref="math"/> namespace contains types that allows to manipulate mathematical objects, such as vectors, points, quaternions, planes, etc.
/// </summary>
[System.Runtime.CompilerServices.CompilerGenerated]
internal class NamespaceDoc
{
}
}