Home › Per LearnOpenGL (transforms), a 2D AFFINE transf…
Per LearnOpenGL (transforms), a 2D AFFINE transformation typically combines which two operations?
ALinear map + translation
BSkew + division only
CRotation + reflection only
DScale + perspective only
Answer & Solution
Correct answer: A. Linear map + translation
LearnOpenGL Transformations: affine = linear (rotate/scale/shear) followed by translation. Represented as a 3×3 (2D) or 4×4 (3D) matrix.
Related questions
Per Book of Shaders + LearnOpenGL, the standard COLOR model for screen rendering is which?Per Khan Academy Pixar-in-a-Box (parametric curves), a CUBIC Bezier curve is defined by hoPer LearnOpenGL (blending), the standard ALPHA blending formula is which?Per LearnOpenGL (PBR), Physically Based Rendering uses which microfacet-based reflection mPer LearnOpenGL (lighting), the PHONG reflection model adds which three components?Per LearnOpenGL (textures), the (u, v) coordinates of a texture are normalised to which raIn common practice (game engines), the typical TARGET frame rate for modern console / PC gPer LearnOpenGL (depth testing), the Z-BUFFER stores which value at each pixel?