MCPcopy Create free account
hub / github.com/densechen/CASS / euler_from_matrix

Function euler_from_matrix

lib/transformations.py:1112–1167  ·  view source on GitHub ↗

Return Euler angles from rotation matrix for specified axis sequence. axes : One of 24 axis sequences as string or encoded tuple Note that many Euler angle triplets can describe one matrix. >>> R0 = euler_matrix(1, 2, 3, 'syxz') >>> al, be, ga = euler_from_matrix(R0, 'syxz') >

(matrix, axes='sxyz')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

euler_from_quaternionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected