TypeLibF Xojo Plugin

VectorF_3D.Clamp Method

Trims values in the vector to values between minimum and maximum ranges.

Clamp(
   minimum as Double,
   maximum as Double)

Parameters

minimum
The minimum value to restrict the vector to.
maximum
The maximum value to restrict the vector to.

Remarks

See Also

VectorF_3D Class