ManualAffinityUnit
- class ManualAffinityUnit(matrix: ndarray[4, 4])
A
ManualAffinityUnitis anAffinityunit that is implemented by specifying its matrix manually (used by thecompute()method ofAffinity).Methods
Apply this
HomogeneousTransformationto a vector.The inverse
HomogeneousTransformationof this one.- apply(vector: ndarray[3]) ndarray[3]
Apply this
HomogeneousTransformationto a vector.
- inverse()
The inverse
HomogeneousTransformationof this one.