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

Function euler_matrix

lib/transformations.py:1049–1109  ·  view source on GitHub ↗

Return homogeneous rotation matrix from Euler angles and axis sequence. ai, aj, ak : Euler's roll, pitch and yaw angles axes : One of 24 axis sequences as string or encoded tuple >>> R = euler_matrix(1, 2, 3, 'syxz') >>> numpy.allclose(numpy.sum(R[0]), -1.34786452) True >>>

(ai, aj, ak, axes='sxyz')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

compose_matrixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected