ManualIsometryUnit
- class ManualIsometryUnit(matrix: ndarray[4, 4])
A
ManualIsometryUnitis aIsometryunit that is implemented by specifying its matrix manually (used by thecompute()method ofIsometry).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.