Matrix Composition
Matrices are a convenient and efficient way to represent a sequence of transformations
General purpose representation
Hardware matrix multiply
Efficiency with premultiplication
Matrix multiplication is associative
p’ = (T * (R * (S*p) ) )
p’ = (T*R*S) * p
Previous slide
Next slide
Back to first slide
View graphic version