|
|
|
|
|
by codeofthedamned
3824 days ago
|
|
Translation itself is not a linear transformation. To simply translate a vertex is a matrix addition(subtraction) problem. The only reason that it is possible in the transformation matrix is because of the addition of the fourth parameter in a vertex [x y z 1] to create a homogenous linear system. This allows the translation to become a part of the transformation matrix. |
|