diff --git a/docs/api/math/Vector2.html b/docs/api/math/Vector2.html index 54a5ebf58de3416cec6319fd0832046254d139ef..c8dd758471ec9ab2338fd2661c6bc4a68bfb5df4 100644 --- a/docs/api/math/Vector2.html +++ b/docs/api/math/Vector2.html @@ -152,7 +152,7 @@ max -- [page:Vector2] containing the max x and y values in the desired range
- If this vector's x or y value is greater than the max vector's x or y value, it is replaced by the corresponding value.
If this vector's x or y value is less than the min vector's x or y value, it is replace by the corresponding value. + If this vector's x or y value is greater than the max vector's x or y value, it is replaced by the corresponding value.
If this vector's x or y value is less than the min vector's x or y value, it is replaced by the corresponding value.

[method:Vector2 clampScalar]([page:Float min], [page:Float max]) [page:Vector2 this]

@@ -161,7 +161,7 @@ max -- [page:Float] the maximum value the components will be clamped to
- If this vector's x or y values are greater than the max value, they are replaced by the max value.
If this vector's x or y values are less than the min value, they are replace by the min value. + If this vector's x or y values are greater than the max value, they are replaced by the max value.
If this vector's x or y values are less than the min value, they are replaced by the min value.

[method:Vector2 floor]()

diff --git a/docs/api/math/Vector3.html b/docs/api/math/Vector3.html index 38306c0df5ab428d34f8fcf80572713589f49c17..92adc525b28b673fe6098a9c36f8303249bd9be0 100644 --- a/docs/api/math/Vector3.html +++ b/docs/api/math/Vector3.html @@ -193,7 +193,7 @@
If this vector's x, y or z value is greater than the max vector's x, y or z value, it is replaced by the corresponding value.

- If this vector's x, y or z value is less than the min vector's x, y or z value, it is replace by the corresponding value. + If this vector's x, y or z value is less than the min vector's x, y or z value, it is replaced by the corresponding value.

[method:Vector3 clampScalar]([page:Float min], [page:Float max]) [page:Vector3 this]

@@ -202,7 +202,7 @@ max -- [page:Float] the maximum value the components will be clamped to
- If this vector's x, y or z values are greater than the max value, they are replaced by the max value.
If this vector's x, y or z values are less than the min value, they are replace by the min value. + If this vector's x, y or z values are greater than the max value, they are replaced by the max value.
If this vector's x, y or z values are less than the min value, they are replaced by the min value.

[method:Vector3 floor]()

diff --git a/docs/api/math/Vector4.html b/docs/api/math/Vector4.html index db536eb420f17ece93ba293e2d22fc4d746078c5..0126ba5fa1e4e93120ff83d8c5cfe5ab11be52a3 100644 --- a/docs/api/math/Vector4.html +++ b/docs/api/math/Vector4.html @@ -148,7 +148,7 @@
If this vector's x, y, z or w values are greater than the max value, they are replaced by the max value.
- If this vector's x, y, z or w values are less than the min value, they are replace by the min value. + If this vector's x, y, z or w values are less than the min value, they are replaced by the min value.

[method:Vector4 floor]()