Convert a point and Euler angles to 3 points in 3D space -


I have a 3D point and 3 Euler Angles that represent a camera currency such as (XYZABC), where (X, Y, Z) is the 3D position of the camera and (A, B, C) Euler Angels (in degrees) that represent the camera orientation.

I have to get 3 points. How can I do this?

What you need is some math you can calculate your goal with rotation matrix so much harder is not. I give you a wiki link as a hint.

Good luck


Comments