Fix wrong XML param name tag
This commit is contained in:
parent
c6ca549923
commit
c78a6c7844
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,7 @@ namespace OpenTK
|
|||
/// <param name="height">The height of the viewport.</param>
|
||||
/// <param name="minZ">The minimum depth of the viewport.</param>
|
||||
/// <param name="maxZ">The maximum depth of the viewport.</param>
|
||||
/// <param name="worldViewProjection">The inverse of the world-view-projection matrix.</param>
|
||||
/// <param name="inverseWorldViewProjection">The inverse of the world-view-projection matrix.</param>
|
||||
/// <returns>The vector in object space.</returns>
|
||||
/// <remarks>
|
||||
/// To project from normalized device coordinates (NDC) use the following parameters:
|
||||
|
|
Loading…
Reference in a new issue