Transformation matrix

From vegard.wiki
Revision as of 14:51, 25 February 2020 by Vegard (talk | contribs) (→‎See also: add link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

2D

Rotation

Source: https://en.wikipedia.org/wiki/Rotation_matrix

3D

Translation

Source: https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glTranslate.xml

Scaling

Source: https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glScale.xml

Rotation

with

Source: https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glRotate.xml

See also