diff --git a/src/OpenTK/Math/Vector2.cs b/src/OpenTK/Math/Vector2.cs
index c1e2c2ae..b24f8d67 100644
--- a/src/OpenTK/Math/Vector2.cs
+++ b/src/OpenTK/Math/Vector2.cs
@@ -654,7 +654,7 @@ namespace OpenTK
#region ComponentMin
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -667,7 +667,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -683,7 +683,7 @@ namespace OpenTK
#region ComponentMax
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -696,7 +696,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
diff --git a/src/OpenTK/Math/Vector2d.cs b/src/OpenTK/Math/Vector2d.cs
index f443a824..069ac10c 100644
--- a/src/OpenTK/Math/Vector2d.cs
+++ b/src/OpenTK/Math/Vector2d.cs
@@ -634,7 +634,7 @@ namespace OpenTK
#region ComponentMin
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -647,7 +647,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -663,7 +663,7 @@ namespace OpenTK
#region ComponentMax
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -676,7 +676,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
diff --git a/src/OpenTK/Math/Vector3.cs b/src/OpenTK/Math/Vector3.cs
index b2301f7e..e0abc54e 100644
--- a/src/OpenTK/Math/Vector3.cs
+++ b/src/OpenTK/Math/Vector3.cs
@@ -660,7 +660,7 @@ namespace OpenTK
#region ComponentMin
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -674,7 +674,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -691,7 +691,7 @@ namespace OpenTK
#region ComponentMax
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -705,7 +705,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
diff --git a/src/OpenTK/Math/Vector3d.cs b/src/OpenTK/Math/Vector3d.cs
index 67f307e0..0be7f1c9 100644
--- a/src/OpenTK/Math/Vector3d.cs
+++ b/src/OpenTK/Math/Vector3d.cs
@@ -658,7 +658,7 @@ namespace OpenTK
#region ComponentMin
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -672,7 +672,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -689,7 +689,7 @@ namespace OpenTK
#region ComponentMax
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -703,7 +703,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
diff --git a/src/OpenTK/Math/Vector4.cs b/src/OpenTK/Math/Vector4.cs
index b2f13fb3..7f605dd3 100644
--- a/src/OpenTK/Math/Vector4.cs
+++ b/src/OpenTK/Math/Vector4.cs
@@ -768,7 +768,7 @@ namespace OpenTK
#region ComponentMin
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -783,7 +783,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -801,7 +801,7 @@ namespace OpenTK
#region ComponentMax
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -816,7 +816,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
diff --git a/src/OpenTK/Math/Vector4d.cs b/src/OpenTK/Math/Vector4d.cs
index a9d385dd..67a4af8b 100644
--- a/src/OpenTK/Math/Vector4d.cs
+++ b/src/OpenTK/Math/Vector4d.cs
@@ -770,7 +770,7 @@ namespace OpenTK
#region ComponentMin
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -785,7 +785,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise minimum of two vectors
+ /// Returns a vector created from the smallest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -803,7 +803,7 @@ namespace OpenTK
#region ComponentMax
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand
@@ -818,7 +818,7 @@ namespace OpenTK
}
///
- /// Calculate the component-wise maximum of two vectors
+ /// Returns a vector created from the largest of the corresponding components of the given vectors.
///
/// First operand
/// Second operand