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