Update MathHelper.cs
This commit is contained in:
parent
e5e3bf5c42
commit
428bf02b75
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace OpenTK
|
|||
public const float PiOver3 = Pi / 3;
|
||||
|
||||
/// <summary>
|
||||
/// Definesthe value of Pi divided by four as a <see cref="System.Single"/>.
|
||||
/// Defines the value of Pi divided by four as a <see cref="System.Single"/>.
|
||||
/// </summary>
|
||||
public const float PiOver4 = Pi / 4;
|
||||
|
||||
|
|
Loading…
Reference in a new issue