On Sun, Feb 26, 2012 at 11:38 AM, Cameron Munroe
<[email protected]>wrote:

> From what I can tell on my servers it is a moving part on the map. i.e
> turbine, moving walkways, etc. the "Clamping" is it trying to grab a player
> object to launch them, kill them, etc.
>

In this context, clamping is something you do to ensure a numerical
parameter says in a certain range.  For instance, you might want an angle
to stay in the range -180 to +180 degrees, so anytime the parameter is
outside of that range you clamp it to -180 or +180 (or use fmod or
whatever).
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to