How do I transform a vector by a matrix?

Community Forums/General Help/How do I transform a vector by a matrix?

ragtag(Posted 2009) [#1]
I have a vector in world space, that I want to transform into another objects space. I have a 4x4 matrix for the other object.

How do I do this?

:)