Click or drag to resize
DigitalRuneVector2DClamp Method
Clamps the vector components to the range [min, max].
Overload List
  NameDescription
Public methodClamp(Double, Double)
Clamps the vector components to the range [min, max].
Public methodStatic memberClamp(Vector2D, Double, Double)
Returns a vector with the vector components clamped to the range [min, max].
Top
See Also