I am currently studying the relevant interfaces of parallel projection, among which there is
// Axonometric projection query
void GetTransformation (TRANMAT*tr) const;
For such an interface, I don't understand exactly what the tr obtained refers to. Are there any other C++ apis that can obtain the angles, axonometric lengths, and azimuths of each axis in a parallel projection?
