Overload List

  NameDescription
Public methodStatic memberClamp(Double, Double, Double)
Clamp function, clamps a floating point value into the range [min..max]
Public methodStatic memberClamp(Int32, Int32, Int32)
Clamp function, clamps an integer value into the range [min..max]
Public methodStatic memberClamp(Vector2D, Double, Double)
Clamp function, clamps a 2d-vector into the range [min..max]
Public methodStatic memberClamp(Vector2D, Vector2D, Vector2D)
Clamp function, clamps a 2d-vector into the range [min..max]
Public methodStatic memberClamp(Vector3D, Double, Double)
Clamp function, clamps a 3d-vector into the range [min..max]
Public methodStatic memberClamp(Vector3D, Vector3D, Vector3D)
Clamp function, clamps a 3d-vector into the range [min..max]
Public methodStatic memberClamp(Vector4D, Double, Double)
Clamp function, clamps a 4d-vector into the range [min..max]
Public methodStatic memberClamp(Vector4D, Vector4D, Vector4D)
Clamp function, clamps a 4d-vector into the range [min..max]

See Also