Mirror Reflection about x-axis
Mirror Reflection about x-axis: It flips y co-ordinates while keeping x co-ordinates same. The orientation of an object reflected about […]
Mirror Reflection about x-axis: It flips y co-ordinates while keeping x co-ordinates same. The orientation of an object reflected about […]
Scan Converting a Circle: p1= (x, y) p5= (-x, -y) p2= (y, x) p6= (-y, -x) p3= (-y, x) […]
Scaling in 2-D Transformation: It is a process of expanding or compressing dimension of an object that is it alter […]
Translation in 2-D Transformation: A translation is applied to an object by repositioning it along the straight-line path from one […]
What is 2 Dimensional Geometric Transformation: 2 Dimensional Graphics is the computer-based generation of digital images-mostly from two-dimensional models and […]
What is Scan Converting an Ellipse: In a circle, the diameter of both the horizontal and vertical directions remains the […]
What is Scan Converting a Circle using Bresenham’s Algorithm: Scan Converting a Circle using Bresenham’s Algorithm, If the eight-way Symmetry […]
What is Scan Converting a Circle using Trigonometric Method: This method of circle drawing uses trigonometric functions: (i) x=r cosϴ […]
What is a Circle using Polynomial Method: In the Circle using the Polynomial Method, their ax coordinates, ay coordinates, and […]
Bresenham’s Line Algorithm: In Bresenham’s Line Algorithm, It is a more accurate and efficient method of line drawing. In this […]