This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:examples:maths:initialising_an_orxvector [2018/02/14 08:47 (8 years ago)] – external edit 127.0.0.1 | en:examples:maths:initialising_an_orxvector [2025/09/30 17:26 (12 days ago)] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
Some ways to initialise an empty orxVECTOR. | Some ways to initialise an empty orxVECTOR. | ||
+ | |||
+ | orxVECTOR position = {}; | ||
orxVECTOR position = {0, 0, 0}; | orxVECTOR position = {0, 0, 0}; |