clifford.Frame.is_innermorphic_to

Frame.is_innermorphic_to(other, eps=None)[source]

Is this frame innermorhpic to other?

innermorphic means both frames share the same inner-product between corresponding vectors. This implies that the two frames are related by an orthogonal transform

Parameters:other (clifford.Frame) – the other frame
Returns:value
Return type:bool