Improved ComponentMin/Max documentation.
This commit is contained in:
parent
18976c898a
commit
4f50ea8bee
6 changed files with 24 additions and 24 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue