vec3_origin

From Valve Developer Community
Revision as of 05:30, 16 April 2013 by Sacaldur (talk | contribs) (linked the german translation)
Jump to navigation Jump to search

Template:Otherlang2

const Vector vec3_origin(0,0,0)

vec3_origin can be used in situations where a specific Vector does not apply to specific functions (i.e. tempents). It can also be compared to other Vectors to test whether or not they are initialized.