Vec3 origin: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Pee moved page Vec3 origin to Vec3 origin/en)
(No difference)

Revision as of 13:27, 27 August 2023

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

Warning: Display title "vec3_origin" overrides earlier display title "Vec3 origin".

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.