View.getRotationMatrix


getRotationMatrix()

Creates and returns an array with the values of the current rotation matrix: (r11, r21, r31, r41, r12, r22, r32, r42, r13, r23, r33, r43, r14, r24, r34, r44)

Argumentsnone 
Return valuearray of real numbers The returned array

Back to View

Back to Overview