transformations.homogeneous
Classes and functions pertaining to homogeneous transformations.
Classes
A |
|
A |
Functions
|
Decorator for |
|
Decorator for |
- include_units(units: Set[Type[HomogeneousTransformation]])
Decorator for
CompositeHomogeneousTransformation
classes to include all the specified transformation types as transformations this class is closed under.
- unit_for(composite_type: Type[CompositeHomogeneousTransformation])
Decorator for
HomogeneousTransformation
classes that can be composed intocomposite_type
. Automatically updates matmul functions andcomposite_type
’sclosed_under()
method.