Page 1 of 1

vector3df array

Posted: Fri Sep 05, 2008 5:04 pm
by arnir

Code: Select all

vector3df gunNodePos[5];
gunNodePos[1].set(-9.25,-24.75,7.5);
is not working.
why?

Posted: Fri Sep 05, 2008 5:16 pm
by rogerborg
Works For Me.

What leads you to believe that it isn't working?

Posted: Fri Sep 05, 2008 7:01 pm
by arnir
so I know why...
i declare vector::set before main function
sorry :oops: