If a coordinate system (CS1) is transformed into another coordinate system (CS2) using a matrix M, is it possible to go from CS2 to CS1 and how?
1.Yes, apply M again.
2.Yes, apply the inverse of M.
3.No, once a coordinate system is transformed, it cannot be reversed.
4.Yes, call glReversCS() with CS2 and M as parameters.
Posted Date:-2022-05-02 04:10:17