VTK
Orientation expression in the target coordinate system
We can get Euler angles about rotation from vtkTransform::GetOrientation.The three float numbers can be regarded as a representation of vector(1, 1, 1). But you can ignore its length to calculate the orientation expression in the target coordinate system.The following image shows Read more…