public void getOrientation(float[] angleAxis)
得到
得到
angleAxis[0] = 38.0f angleAxis[1] = 12 angleAxis[2] = 30, angleAxis[2] = 18
The getOrientation() method retrieves the current orientation component of the Transformable instance in question. The first item in the returned array is the angle in degrees and the three others define the axis of rotation.
The same from another perspective: The object on which you called the method, is first transformed by the free used transform, then scaled by some amount, then rotated 38 degrees around axis (12, 30, 18) and then translated with some vector.
The same from another perspective: The object on which you called the method, is first transformed by the free used transform, then scaled by some amount, then rotated 38 degrees around axis (12, 30, 18) and then translated with some vector.