def transform_matrix()

in metropolis/utils/geometry_utils.py [0:0]


def transform_matrix(
    translation: np.ndarray = DEFAULT_TRANSLATION,
    rotation: Quaternion = DEFAULT_ROTATION,
    inverse: bool = False,