Translating an object along its heading
- by Kuros
I am working on a simulation that requires me to have several objects moving around in 3D space (text output of their current position on the grid and heading is fine, I do not need graphics), and I am having some trouble getting objects to move along their relative headings.
I have a basic understanding of vectors and matrices. I am using a…