SlideShare a Scribd company logo
Computer Graphics
Sutherland - Hodgman
(Polygon Clipping)
Covered by:-
Arvind Kumar
Assistant Professor
Vidya College of Engg.
Sutherland- Hodgman Polygon Clipping
The Sutherland-Hodgman algorithm performs a
clipping of a polygon against each window edge in
turn.
The order to clip the polygon should be:
1. Clipping against the left side of the clip window.
2. Clipping against the top side of the clip window.
3. Clipping against the right side of the clip window.
4. Clipping against the bottom side of the clip window.
Sutherland- Hodgman Polygon Clipping
After Clipped
Sutherland- Hodgman Polygon Clipping
It consist of Four Cases:
1. If the first vertex of the edge is outside the window
and second vertex is inside then the intersection
point of the polygon edge with the window
boundary and the second vertex are added to the
output vertex list.
Save {v’1 and v2} V1
V’1
V2
Sutherland- Hodgman Polygon Clipping
2. If the both vertices of the edge are inside the
window. Then only second vertex is added to the
output vertex list.
Save {v2}
V1
V2
Sutherland- Hodgman Polygon Clipping
3. If the first vertex of the edge is inside the window
and second vertex is outside then only the intersection
point of the polygon edge with the window boundary
is added to the output vertex list.
Save {v’1}
V2
V’1
V1
Sutherland- Hodgman Polygon Clipping
4. If the both vertices of the edge are outside the
window. Then nothing is added to the output vertex
list.
Save {∅}
V1
V2
Numerical
Q1. For a polygon and clipping window as shown in figure
give the list of vertices after each boundary clipping.
Clipping Window
V1
V2
V3
V4
Solution:
1. Left Clipped:
Output vertex=
{ V’1, V2, V’2,V3,V’3,V4,V’4}
V’3
V1
V2
V3
V4
V’1
V’2
V’4
V1
V2
V3
V4
V’1
V’2
V’4
V’3
2. Top Clipped: :
Output vertex=
{ V’1, V2, V’2, V’3,V4,V’4}
3. Right Clipped:
Output vertex=
{ V’1, V2, V’2, V’3,V4,V’4}
V’3
V2
V3
V4
V’1
V’2
V’4
V2
V4
V’1
V’2
V’4
V’3
4. Bottom Clipped:
Output vertex=
{ V’1, V2, V’2, V’3,V4,V’4}
Final Clipped polygon:
{ V’1, V2, V’2, V’3,V4,V’4}
V2
V4
V’1
V’2
V’4
V’3
V2
V4
V’1
V’2
V’4
V’3
sutherland- Hodgeman Polygon clipping

More Related Content

What's hot

Output primitives in Computer Graphics
Output primitives in Computer GraphicsOutput primitives in Computer Graphics
Output primitives in Computer Graphics
Kamal Acharya
 
Depth Buffer Method
Depth Buffer MethodDepth Buffer Method
Depth Buffer Method
Ummiya Mohammedi
 
Bezier curve computer graphics
Bezier curve computer graphics Bezier curve computer graphics
Bezier curve computer graphics
University of Potsdam
 
Curve and text clipping
Curve and text clippingCurve and text clipping
Curve and text clipping
Arvind Kumar
 
Composite transformations
Composite transformationsComposite transformations
Composite transformationsMohd Arif
 
2 d viewing computer graphics
2 d viewing computer graphics2 d viewing computer graphics
2 d viewing computer graphics
KALESHWAR KUMAR
 
Attributes of Output Primitives
Attributes of Output PrimitivesAttributes of Output Primitives
Attributes of Output Primitives
Renita Santhmayora
 
The sutherland hodgeman polygon clipping algorithm
The sutherland hodgeman polygon clipping algorithmThe sutherland hodgeman polygon clipping algorithm
The sutherland hodgeman polygon clipping algorithm
Mani Kanth
 
3D Transformation in Computer Graphics
3D Transformation in Computer Graphics3D Transformation in Computer Graphics
3D Transformation in Computer Graphics
sabbirantor
 
Scan line method
Scan line methodScan line method
Scan line method
Pooja Dixit
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.Mohd Arif
 
Cohen sutherland line clipping
Cohen sutherland line clippingCohen sutherland line clipping
Cohen sutherland line clipping
Mani Kanth
 
Liang barsky Line Clipping Algorithm
Liang barsky Line Clipping AlgorithmLiang barsky Line Clipping Algorithm
Liang barsky Line Clipping Algorithm
Arvind Kumar
 
Dda algorithm
Dda algorithmDda algorithm
Dda algorithm
Mani Kanth
 
Frame buffer
Frame bufferFrame buffer
Frame buffer
Aparna Joshi
 
Clipping in Computer Graphics
Clipping in Computer GraphicsClipping in Computer Graphics
Clipping in Computer Graphics
Laxman Puri
 
Hidden surface removal
Hidden surface removalHidden surface removal
Hidden surface removal
Punyajoy Saha
 
Graphics a buffer
Graphics a bufferGraphics a buffer
Graphics a buffer
ajeela mushtaq
 
Weiler atherton
Weiler athertonWeiler atherton
Weiler atherton
Arvind Kumar
 
Halftoning in Computer Graphics
Halftoning  in Computer GraphicsHalftoning  in Computer Graphics
Halftoning in Computer Graphics
University of Potsdam
 

What's hot (20)

Output primitives in Computer Graphics
Output primitives in Computer GraphicsOutput primitives in Computer Graphics
Output primitives in Computer Graphics
 
Depth Buffer Method
Depth Buffer MethodDepth Buffer Method
Depth Buffer Method
 
Bezier curve computer graphics
Bezier curve computer graphics Bezier curve computer graphics
Bezier curve computer graphics
 
Curve and text clipping
Curve and text clippingCurve and text clipping
Curve and text clipping
 
Composite transformations
Composite transformationsComposite transformations
Composite transformations
 
2 d viewing computer graphics
2 d viewing computer graphics2 d viewing computer graphics
2 d viewing computer graphics
 
Attributes of Output Primitives
Attributes of Output PrimitivesAttributes of Output Primitives
Attributes of Output Primitives
 
The sutherland hodgeman polygon clipping algorithm
The sutherland hodgeman polygon clipping algorithmThe sutherland hodgeman polygon clipping algorithm
The sutherland hodgeman polygon clipping algorithm
 
3D Transformation in Computer Graphics
3D Transformation in Computer Graphics3D Transformation in Computer Graphics
3D Transformation in Computer Graphics
 
Scan line method
Scan line methodScan line method
Scan line method
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.
 
Cohen sutherland line clipping
Cohen sutherland line clippingCohen sutherland line clipping
Cohen sutherland line clipping
 
Liang barsky Line Clipping Algorithm
Liang barsky Line Clipping AlgorithmLiang barsky Line Clipping Algorithm
Liang barsky Line Clipping Algorithm
 
Dda algorithm
Dda algorithmDda algorithm
Dda algorithm
 
Frame buffer
Frame bufferFrame buffer
Frame buffer
 
Clipping in Computer Graphics
Clipping in Computer GraphicsClipping in Computer Graphics
Clipping in Computer Graphics
 
Hidden surface removal
Hidden surface removalHidden surface removal
Hidden surface removal
 
Graphics a buffer
Graphics a bufferGraphics a buffer
Graphics a buffer
 
Weiler atherton
Weiler athertonWeiler atherton
Weiler atherton
 
Halftoning in Computer Graphics
Halftoning  in Computer GraphicsHalftoning  in Computer Graphics
Halftoning in Computer Graphics
 

Similar to sutherland- Hodgeman Polygon clipping

jfcft.pptx
jfcft.pptxjfcft.pptx
jfcft.pptx
nabingyawali5
 
jd.pptx
jd.pptxjd.pptx
jd.pptx
nabingyawali5
 
ufyty.pptx
ufyty.pptxufyty.pptx
ufyty.pptx
nabingyawali5
 
ytsju.pptx
ytsju.pptxytsju.pptx
ytsju.pptx
nabingyawali5
 
hgfcftc.pptx
hgfcftc.pptxhgfcftc.pptx
hgfcftc.pptx
nabingyawali5
 
yyfty.pptx
yyfty.pptxyyfty.pptx
yyfty.pptx
nabingyawali5
 
kfty.pptx
kfty.pptxkfty.pptx
kfty.pptx
nabingyawali5
 
hgfcgf.pptx
hgfcgf.pptxhgfcgf.pptx
hgfcgf.pptx
nabingyawali5
 
iuyf.pptx
iuyf.pptxiuyf.pptx
iuyf.pptx
nabingyawali5
 
Polygon clipping
Polygon clippingPolygon clipping
Polygon clipping
Ankit Garg
 
yutd65.pptx
yutd65.pptxyutd65.pptx
yutd65.pptx
nabingyawali5
 
ibuib.pptx
ibuib.pptxibuib.pptx
ibuib.pptx
nabingyawali5
 
Clipping
ClippingClipping
Clipping
Pooja Dixit
 
Clipping computer graphics
Clipping  computer graphicsClipping  computer graphics
Clipping computer graphics
ShaishavShah8
 
Windowing clipping
Windowing   clippingWindowing   clipping
Windowing clipping
Shweta Shah
 
ohu.pptx
ohu.pptxohu.pptx
ohu.pptx
nabingyawali5
 
Sutherland hodgman polygon clipping algorithm
Sutherland hodgman polygon clipping algorithmSutherland hodgman polygon clipping algorithm
Sutherland hodgman polygon clipping algorithm
Tawfiq Ahmed
 
Clipping
ClippingClipping
Clipping
nehrurevathy
 

Similar to sutherland- Hodgeman Polygon clipping (20)

jfcft.pptx
jfcft.pptxjfcft.pptx
jfcft.pptx
 
jd.pptx
jd.pptxjd.pptx
jd.pptx
 
ufyty.pptx
ufyty.pptxufyty.pptx
ufyty.pptx
 
ytsju.pptx
ytsju.pptxytsju.pptx
ytsju.pptx
 
hgfcftc.pptx
hgfcftc.pptxhgfcftc.pptx
hgfcftc.pptx
 
yyfty.pptx
yyfty.pptxyyfty.pptx
yyfty.pptx
 
kfty.pptx
kfty.pptxkfty.pptx
kfty.pptx
 
hgfcgf.pptx
hgfcgf.pptxhgfcgf.pptx
hgfcgf.pptx
 
iuyf.pptx
iuyf.pptxiuyf.pptx
iuyf.pptx
 
ytdty.pptx
ytdty.pptxytdty.pptx
ytdty.pptx
 
Polygon clipping
Polygon clippingPolygon clipping
Polygon clipping
 
Clipping2
Clipping2Clipping2
Clipping2
 
yutd65.pptx
yutd65.pptxyutd65.pptx
yutd65.pptx
 
ibuib.pptx
ibuib.pptxibuib.pptx
ibuib.pptx
 
Clipping
ClippingClipping
Clipping
 
Clipping computer graphics
Clipping  computer graphicsClipping  computer graphics
Clipping computer graphics
 
Windowing clipping
Windowing   clippingWindowing   clipping
Windowing clipping
 
ohu.pptx
ohu.pptxohu.pptx
ohu.pptx
 
Sutherland hodgman polygon clipping algorithm
Sutherland hodgman polygon clipping algorithmSutherland hodgman polygon clipping algorithm
Sutherland hodgman polygon clipping algorithm
 
Clipping
ClippingClipping
Clipping
 

More from Arvind Kumar

3 d transformation reflection
3 d transformation   reflection3 d transformation   reflection
3 d transformation reflection
Arvind Kumar
 
3 d transformation Rotation
3 d transformation   Rotation3 d transformation   Rotation
3 d transformation Rotation
Arvind Kumar
 
Bezier curve & B spline curve
Bezier curve  & B spline curveBezier curve  & B spline curve
Bezier curve & B spline curve
Arvind Kumar
 
3d Projection
3d Projection3d Projection
3d Projection
Arvind Kumar
 
3 D transformation translation, scaling
3 D transformation   translation, scaling3 D transformation   translation, scaling
3 D transformation translation, scaling
Arvind Kumar
 
data structure
data structuredata structure
data structure
Arvind Kumar
 
Data structure
Data  structureData  structure
Data structure
Arvind Kumar
 

More from Arvind Kumar (7)

3 d transformation reflection
3 d transformation   reflection3 d transformation   reflection
3 d transformation reflection
 
3 d transformation Rotation
3 d transformation   Rotation3 d transformation   Rotation
3 d transformation Rotation
 
Bezier curve & B spline curve
Bezier curve  & B spline curveBezier curve  & B spline curve
Bezier curve & B spline curve
 
3d Projection
3d Projection3d Projection
3d Projection
 
3 D transformation translation, scaling
3 D transformation   translation, scaling3 D transformation   translation, scaling
3 D transformation translation, scaling
 
data structure
data structuredata structure
data structure
 
Data structure
Data  structureData  structure
Data structure
 

Recently uploaded

Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
RCC Institute of Information Technology
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
calpeda Water Efficient and Effective Pump.pptx
calpeda Water Efficient and Effective Pump.pptxcalpeda Water Efficient and Effective Pump.pptx
calpeda Water Efficient and Effective Pump.pptx
calpedapumpindia
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
İTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering WorkshopİTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering Workshop
Emre Günaydın
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Top 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering ScientistTop 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering Scientist
gettygaming1
 

Recently uploaded (20)

Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
calpeda Water Efficient and Effective Pump.pptx
calpeda Water Efficient and Effective Pump.pptxcalpeda Water Efficient and Effective Pump.pptx
calpeda Water Efficient and Effective Pump.pptx
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
İTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering WorkshopİTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering Workshop
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Top 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering ScientistTop 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering Scientist
 

sutherland- Hodgeman Polygon clipping

  • 1. Computer Graphics Sutherland - Hodgman (Polygon Clipping) Covered by:- Arvind Kumar Assistant Professor Vidya College of Engg.
  • 2. Sutherland- Hodgman Polygon Clipping The Sutherland-Hodgman algorithm performs a clipping of a polygon against each window edge in turn. The order to clip the polygon should be: 1. Clipping against the left side of the clip window. 2. Clipping against the top side of the clip window. 3. Clipping against the right side of the clip window. 4. Clipping against the bottom side of the clip window.
  • 3. Sutherland- Hodgman Polygon Clipping After Clipped
  • 4. Sutherland- Hodgman Polygon Clipping It consist of Four Cases: 1. If the first vertex of the edge is outside the window and second vertex is inside then the intersection point of the polygon edge with the window boundary and the second vertex are added to the output vertex list. Save {v’1 and v2} V1 V’1 V2
  • 5. Sutherland- Hodgman Polygon Clipping 2. If the both vertices of the edge are inside the window. Then only second vertex is added to the output vertex list. Save {v2} V1 V2
  • 6. Sutherland- Hodgman Polygon Clipping 3. If the first vertex of the edge is inside the window and second vertex is outside then only the intersection point of the polygon edge with the window boundary is added to the output vertex list. Save {v’1} V2 V’1 V1
  • 7. Sutherland- Hodgman Polygon Clipping 4. If the both vertices of the edge are outside the window. Then nothing is added to the output vertex list. Save {∅} V1 V2
  • 8. Numerical Q1. For a polygon and clipping window as shown in figure give the list of vertices after each boundary clipping. Clipping Window V1 V2 V3 V4
  • 9. Solution: 1. Left Clipped: Output vertex= { V’1, V2, V’2,V3,V’3,V4,V’4} V’3 V1 V2 V3 V4 V’1 V’2 V’4 V1 V2 V3 V4 V’1 V’2 V’4 V’3
  • 10. 2. Top Clipped: : Output vertex= { V’1, V2, V’2, V’3,V4,V’4} 3. Right Clipped: Output vertex= { V’1, V2, V’2, V’3,V4,V’4} V’3 V2 V3 V4 V’1 V’2 V’4 V2 V4 V’1 V’2 V’4 V’3
  • 11. 4. Bottom Clipped: Output vertex= { V’1, V2, V’2, V’3,V4,V’4} Final Clipped polygon: { V’1, V2, V’2, V’3,V4,V’4} V2 V4 V’1 V’2 V’4 V’3 V2 V4 V’1 V’2 V’4 V’3