Speed: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(angles)
No edit summary
Line 1: Line 1:
'''Speed''' is a measurement of how fast something moves. Source measures speed in '''units per second''', almost universally. For angular speeds, expect '''degrees per second'''. {{confirm|Is there anything that uses radians per second?}}
'''Speed''' is a measurement of how fast something moves. {{Source|4}} measures speed in '''units per second''', almost universally.  


<code>speed</code> is also the name of a [[keyvalue]] defined in {{ent|CBaseEntity}}. It is used by entities that move at a specific speed, such as {{ent|func_door}}.
For angular speeds, expect '''degrees per second'''. {{confirm|Is there anything that uses radians per second?}}


==See Also==
==See Also==
* <code>speed</code> is also the name of a [[keyvalue]] defined in {{ent|CBaseEntity}}. It is used by entities that move at a specific speed, such as {{ent|func_door}}.
*[[Velocity]]
*[[Velocity]]


[[Category:Glossary]]
[[Category:Source]]

Revision as of 03:05, 9 May 2023

Speed is a measurement of how fast something moves. Source Source measures speed in units per second, almost universally.

For angular speeds, expect degrees per second.

Confirm:Is there anything that uses radians per second?

See Also