|
@@ -137,8 +137,7 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
If this vector's x, y, z, or w value is greater than the max vector's x, y, z, or w value, it is replaced by the corresponding value.<br/><br/>
|
|
|
-
|
|
|
- If this vector's x, y, z, or w value is less than the min vector's x, y, z, or w value, it is replace by the corresponding value.
|
|
|
+ If this vector's x, y, z, or w value is less than the min vector's x, y, z, or w value, it is replaced by the corresponding value.
|
|
|
</div>
|
|
|
|
|
|
<h3>[method:Vector4 clampScalar]([page:Float min], [page:Float max]) [page:Vector4 this]</h3>
|
|
@@ -147,7 +146,7 @@
|
|
|
max -- [page:Float] the maximum value the components will be clamped to
|
|
|
</div>
|
|
|
<div>
|
|
|
- If this vector's x, y, z or w values are greater than the max value, they are replaced by the max value. <br />
|
|
|
+ If this vector's x, y, z or w values are greater than the max value, they are replaced by the max value. <br /><br />
|
|
|
If this vector's x, y, z or w values are less than the min value, they are replaced by the min value.
|
|
|
</div>
|
|
|
|
|
@@ -184,7 +183,7 @@
|
|
|
v -- [page:Vector4]
|
|
|
</div>
|
|
|
<div>
|
|
|
- If this vector's x, y, z, or w value is less than vector v's x, y, z, or w value, that value is replaced by the corresponding vector v value.
|
|
|
+ If this vector's x, y, z, or w value is greater than vector v's x, y, z, or w value, that value is replaced by the corresponding vector v value.
|
|
|
</div>
|
|
|
|
|
|
<h3>[method:Vector4 max]([page:Vector4 v]) [page:Vector4 this]</h3>
|
|
@@ -192,7 +191,7 @@
|
|
|
v -- [page:Vector4]
|
|
|
</div>
|
|
|
<div>
|
|
|
- If this vector's x, y, z, or w value is greater than vector v's x, y, z, or w value, that value is replaced by the corresponding vector v value.
|
|
|
+ If this vector's x, y, z, or w value is less than vector v's x, y, z, or w value, that value is replaced by the corresponding vector v value.
|
|
|
</div>
|
|
|
|
|
|
<h3>[method:Vector4 addScalar]([page:Float s]) [page:Vector4 this]</h3>
|