UTIL_VecToYaw

From Valve Developer Community
Revision as of 08:37, 6 January 2022 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL VecToYaw|title=<code>UTIL_VecToYaw</code>}} {{ent|UTIL_VecToYaw}} is a UTIL function that returns a yaw angle (in degrees) from a Vector. <source lang="cpp">f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

UTIL_VecToYaw is a UTIL function that returns a yaw angle (in degrees) from a Vector.

float UTIL_VecToYaw( const Vector &vec );