Improved ComponentMin/Max documentation.

This commit is contained in:
Jarl Gullberg 2017-06-03 15:14:39 +02:00
parent 18976c898a
commit 4f50ea8bee
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23
6 changed files with 24 additions and 24 deletions

View file

@ -654,7 +654,7 @@ namespace OpenTK
#region ComponentMin
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -667,7 +667,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -683,7 +683,7 @@ namespace OpenTK
#region ComponentMax
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -696,7 +696,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>

View file

@ -634,7 +634,7 @@ namespace OpenTK
#region ComponentMin
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -647,7 +647,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -663,7 +663,7 @@ namespace OpenTK
#region ComponentMax
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -676,7 +676,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>

View file

@ -660,7 +660,7 @@ namespace OpenTK
#region ComponentMin
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -674,7 +674,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -691,7 +691,7 @@ namespace OpenTK
#region ComponentMax
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -705,7 +705,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>

View file

@ -658,7 +658,7 @@ namespace OpenTK
#region ComponentMin
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -672,7 +672,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -689,7 +689,7 @@ namespace OpenTK
#region ComponentMax
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -703,7 +703,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>

View file

@ -768,7 +768,7 @@ namespace OpenTK
#region ComponentMin
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -783,7 +783,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -801,7 +801,7 @@ namespace OpenTK
#region ComponentMax
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -816,7 +816,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>

View file

@ -770,7 +770,7 @@ namespace OpenTK
#region ComponentMin
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -785,7 +785,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise minimum of two vectors
/// Returns a vector created from the smallest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -803,7 +803,7 @@ namespace OpenTK
#region ComponentMax
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>
@ -818,7 +818,7 @@ namespace OpenTK
}
/// <summary>
/// Calculate the component-wise maximum of two vectors
/// Returns a vector created from the largest of the corresponding components of the given vectors.
/// </summary>
/// <param name="a">First operand</param>
/// <param name="b">Second operand</param>