+ 3
ÂżCĂłmo aprender affinetransform en java fĂĄcil?
Aprender el tema de forma fĂĄcil
1 Answer
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.