| Vector4FClamp Method |
| Name | Description | |
|---|---|---|
| Clamp(Single, Single) |
Clamps the vector components to the range [min, max].
| |
| Clamp(Vector4F, Single, Single) |
Returns a vector with the vector components clamped to the range [min, max].
|