sym.ops.rot2.group_ops module¶
- class GroupOps[source]¶
Bases:
objectPython GroupOps implementation for
symforce.geo.rot2.Rot2.- static inverse_with_jacobian(a)[source]¶
- Parameters:
a (sym.Rot2) –
- Return type:
tuple[sym.Rot2, numpy.ndarray]
- static compose_with_jacobians(a, b)[source]¶
- Parameters:
a (sym.Rot2) –
b (sym.Rot2) –
- Return type:
tuple[sym.Rot2, numpy.ndarray, numpy.ndarray]
- static between_with_jacobians(a, b)[source]¶
- Parameters:
a (sym.Rot2) –
b (sym.Rot2) –
- Return type:
tuple[sym.Rot2, numpy.ndarray, numpy.ndarray]