ManualAffinityUnit
- class ManualAffinityUnit(matrix: ndarray[4, 4])
A
ManualAffinityUnit
is anAffinity
unit that is implemented by specifying its matrix manually (used by thecompute()
method ofAffinity
).Methods
Apply this
HomogeneousTransformation
to a vector.The inverse
HomogeneousTransformation
of this one.- apply(vector: ndarray[3]) ndarray[3]
Apply this
HomogeneousTransformation
to a vector.
- inverse()
The inverse
HomogeneousTransformation
of this one.