Page 1 of 1

Please provide the codes and snapshots of the results for the following Computer Graphics questions: (1) Modify the anim

Posted: Fri May 20, 2022 11:12 am
by answerhappygod
Please provide the codes and snapshots of the results for the
following Computer Graphics questions:
(1) Modify the animate() function, scale the polygon around
(0.5,0.5) with the predefined translatePlusPoint5Matrix,
translateMinusPoint5Matrix, scaleMatrix. using C++ language.
(2) Modify the animate() function, rotate the polygon around
(-0.5,-0.5) with the predefined translatePlusPoint5Matrix,
translateMinusPoint5Matrix, rotateMatrix, using C++ language.