|
@@ -231,13 +231,13 @@ var d = a.dot( b );
|
|
|
|
|
|
<h3>[method:Vector4 max]( [page:Vector4 v] )</h3>
|
|
|
<div>
|
|
|
- If this vector's x, y, z or w value is less than [page:Vector4 v's] x, y, z or w value, replace
|
|
|
+ If this vector's x, y, z or w value is less than [page:Vector4 v]'s x, y, z or w value, replace
|
|
|
that value with the corresponding max value.
|
|
|
</div>
|
|
|
|
|
|
<h3>[method:Vector4 min]( [page:Vector4 v] )</h3>
|
|
|
<div>
|
|
|
- If this vector's x, y, z or w value is greater than [page:Vector4 v's] x, y, z or w value, replace
|
|
|
+ If this vector's x, y, z or w value is greater than [page:Vector4 v]'s x, y, z or w value, replace
|
|
|
that value with the corresponding min value.
|
|
|
</div>
|
|
|
|