Hi,
Can anyone tell me how to project a point in 3D space?
For example, if I am at 0,0,0, and I move 10 units at an angle of 45 degrees, how do I work out my final x/y/z coords?
I know that you can just rotate and move an entity the distance and store its new position, but I would like to know the maths way of doing it.
Can anyone tell me how to project a point in 3D space?
For example, if I am at 0,0,0, and I move 10 units at an angle of 45 degrees, how do I work out my final x/y/z coords?
I know that you can just rotate and move an entity the distance and store its new position, but I would like to know the maths way of doing it.