CompositeTransformation
- class CompositeTransformation(*transformations: Transformation)
A
CompositeTransformationis aTransformationmade by composing several transformations in sequence. When transforming geometry, each sub-transformation is applied in sequence.- Parameters:
transformations – Transformations composing this transformation, supplied in the order of application (first-in, first-applied).
Attributes
Transformations composing this transformation, supplied in the order of application (first-in, first-applied).
Methods
Apply this
CompositeTransformationto a vector.- apply(vector: ndarray[3]) ndarray[3]
Apply this
CompositeTransformationto a vector.
- transformations
Transformations composing this transformation, supplied in the order of application (first-in, first-applied).