Update MathHelper.cs

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-10-01 09:03:43 +09:00 committed by GitHub
parent e5e3bf5c42
commit 428bf02b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;