You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max -- [page:Vector2] containing the max x and y values in the desired range
153
153
</div>
154
154
<div>
155
-
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. <br/> 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.
155
+
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. <br/><br/>
156
+
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.
max -- [page:Float] the maximum value the components will be clamped to
162
163
</div>
163
164
<div>
164
-
If this vector's x or y values are greater than the max value, they are replaced by the max value. <br/> If this vector's x or y values are less than the min value, they are replaced by the min value.
165
+
If this vector's x or y values are greater than the max value, they are replaced by the max value. <br/><br/>
166
+
If this vector's x or y values are less than the min value, they are replaced by the min value.
max -- [page:Float] the maximum value the components will be clamped to
203
203
</div>
204
204
<div>
205
-
If this vector's x, y or z values are greater than the max value, they are replaced by the max value. <br/> If this vector's x, y or z values are less than the min value, they are replaced by the min value.
205
+
If this vector's x, y or z values are greater than the max value, they are replaced by the max value. <br/><br/>
206
+
If this vector's x, y or z values are less than the min value, they are replaced by the min value.
0 commit comments