C59 Exp2b
C59 Exp2b
A.2 Prerequisite:
1. C Language
A.3 Outcome:
After successful completion of this experiment students will
be able to
A.4 Theory:
Description:
1. Set RXSq = RX * RX
2. Set RYSq = RY * RY
3. Set X = 0 and Y = RY
8. Set X = X + 1
9. PX = PX + 2 * RYSq
12. Else
13. Set Y = Y – 1
19. Set Y = Y – 1
23. Else
24. Set X = X + 1
1. Call PutPixel(XC + X, YC + Y)
2. Call PutPixel(XC - X, YC + Y)
3. Call PutPixel(XC + X, YC - Y)
4. Call PutPixel(XC - X, YC - Y)
5. Exit
PARTB
Roll No. C-59 Name: Nikhil Girish Kindre
Class : SE C Comps Batch : C3
Date of Experiment: 27 Aug 2024 Date of Submission
Grade :
B.3 Conclusion: