Why makehgtform creates 4x4 matrices? Why not 3x3?
Mostrar comentarios más antiguos
I cannot found the answer on its description page. Why? This is so obvious??
Respuesta aceptada
Más respuestas (1)
Rotation and scaling transformation matrices only require three columns. But, in order to do translation, the matrices need to have at least four columns. This is why transformations are often 4x4 matrices. from http://www.tomdalling.com/blog/modern-opengl/explaining-homogenous-coordinates-and-projective-geometry/
Categorías
Más información sobre Geoscience en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!