Vec t: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lang|vec_t}}
{{LanguageBar|_=1}}


'''<code>vec_t</code>''' is a redefined [[float]] used by <code>[[Vector]]</code>, <code>[[QAngle]]</code> and <code>[[VPlane]]</code>. It has no special properties.
'''<code>vec_t</code>''' is a redefined [[float]] used by <code>[[Vector]]</code>, <code>[[QAngle]]</code> and <code>[[VPlane]]</code>. It has no special properties.


== Definition ==
* [https://github.com/ValveSoftware/source-sdk-2013/blob/39f6dde8fbc238727c020d13b05ecadd31bda4c0/src/public/tier0/basetypes.h#L160 tier0/basetypes.h]
[[Category:Glossary]]
[[Category:Glossary]]

Latest revision as of 14:39, 1 June 2025

English (en)Deutsch (de)Translate (Translate)

vec_t is a redefined float used by Vector, QAngle and VPlane. It has no special properties.

Definition