Vec3 origin: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (linked the german translation)
Line 1: Line 1:
{{otherlang2
|de=Vec3_origin:de
}}
{{DISPLAYTITLE:vec3_origin}}
{{DISPLAYTITLE:vec3_origin}}
==const [[Vector]] '''vec3_origin'''(0,0,0)==
==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. [[tempent]]s). It can also be compared to other Vectors to test whether or not they are initialized.
vec3_origin can be used in situations where a specific Vector does not apply to specific functions (i.e. [[tempent]]s). It can also be compared to other Vectors to test whether or not they are initialized.
[[Category:Constants]]
[[Category:Constants]]

Revision as of 05:30, 16 April 2013

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.