Game Development Community

The getColumn function

by Kyle "Nonsense" Watson · in Technical Issues · 10/23/2002 (1:38 pm) · 1 replies

what does the getColumn member funtion do?

example from the wheeledVehicle.cc :
si->mNodeTransforms[wp->springNode].getColumn(3,&wp>pos);

thanks i advance :D

-kyle

#1
10/24/2002 (8:56 am)
Gets the position from the matrix. You can also use getPosition instead.