VTK
Angles Returns By vtkTransform::GetOrientation
The interface vtkTransform::GetOrientation returns Euler angles to describes the orientation of a rigid body.The order of rotation axes in this process is Z, X, Y, but the solving sequence in the interface code is reversed.The implementation details about the interface are here. (from VTK8.2.0) We can write a test program to use Euler angles Read more…