Overload List
Name | Description | |
---|---|---|
Clamp(Double, Double, Double) |
Clamp function, clamps a floating point value into the range [min..max]
| |
Clamp(Int32, Int32, Int32) |
Clamp function, clamps an integer value into the range [min..max]
| |
Clamp(Vector2D, Double, Double) |
Clamp function, clamps a 2d-vector into the range [min..max]
| |
Clamp(Vector2D, Vector2D, Vector2D) |
Clamp function, clamps a 2d-vector into the range [min..max]
| |
Clamp(Vector3D, Double, Double) |
Clamp function, clamps a 3d-vector into the range [min..max]
| |
Clamp(Vector3D, Vector3D, Vector3D) |
Clamp function, clamps a 3d-vector into the range [min..max]
| |
Clamp(Vector4D, Double, Double) |
Clamp function, clamps a 4d-vector into the range [min..max]
| |
Clamp(Vector4D, Vector4D, Vector4D) |
Clamp function, clamps a 4d-vector into the range [min..max]
|