ĀæCĆ³mo aprender affinetransform en java fĆ”cil? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

ĀæCĆ³mo aprender affinetransform en java fĆ”cil?

Aprender el tema de forma fƔcil

14th Jan 2019, 7:41 PM
Edgar Augusto
Edgar Augusto - avatar
1 Resposta
0
First: You must know the basic 2D transformations, like translation, rotation and scaling. Understand this transformation in 2D is very important to construct your geometric notion. Second: Learn this basic transformation on 3D, this two steps is necessary, cause the affine transform is not more than a combination of this basic transformations. An affine transform involves a translation, a rotation and two scale factors. Sorry, but this theme is complex and you will need some effort to understand it, give your better! Remember that the programming language is just a tool. Before trying make a affine transform code, you must be prepared with the mathematical concepts.
1st Feb 2019, 12:24 AM
Natalia C. Amorim
Natalia C. Amorim - avatar