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

Function is_same_transform

lib/transformations.py:1871–1884  ·  view source on GitHub ↗

Return True if two matrices perform same transformation. >>> is_same_transform(numpy.identity(4), numpy.identity(4)) True >>> is_same_transform(numpy.identity(4), random_rotation_matrix()) False

(matrix0, matrix1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected