File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : sutherland-hodgman-clipping
3
+ title : Sutherland-Hodgman clipping
4
+ sidebar_label : Sutherland-Hodgman clipping
5
+ ---
6
+
7
+ [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/sutherland-hodgman-clipping.md ) to add the content for this algorithm.
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ just a paper and pencil.
195
195
- [ Jarvis march] ( https://allalgorithms.com/docs/jarvis-march )
196
196
- [ Quickhull] ( https://allalgorithms.com/docs/quickhull )
197
197
- [ Sphere tetrahedron intersection] ( https://allalgorithms.com/docs/sphere-tetrahedron-intersection )
198
- - [ Sutherland hodgeman clipping] ( https://allalgorithms.com/docs/sutherland-hodgeman -clipping )
198
+ - [ Sutherland-Hodgman clipping] ( https://allalgorithms.com/docs/sutherland-hodgman -clipping )
199
199
200
200
## Cryptography
201
201
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ just a paper and pencil.
196
196
- [Jarvis March](computational-geometry/)
197
197
- [Quickhull](computational-geometry/)
198
198
- [Sphere tetrahedron intersection](computational-geometry/)
199
- - [Sutherland Hodgeman clipping](computational-geometry/)
199
+ - [Sutherland-Hodgman clipping](computational-geometry/)
200
200
201
201
## [Cryptography](cryptography)
202
202
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ module.exports = [
100
100
'Jarvis March' ,
101
101
'Quickhull' ,
102
102
'Sphere tetrahedron intersection' ,
103
- 'Sutherland Hodgeman clipping'
103
+ 'Sutherland-Hodgman clipping'
104
104
]
105
105
} ,
106
106
{
Original file line number Diff line number Diff line change 87
87
" jarvis-march" ,
88
88
" quickhull" ,
89
89
" sphere-tetrahedron-intersection" ,
90
- " sutherland-hodgeman -clipping"
90
+ " sutherland-hodgman -clipping"
91
91
],
92
92
"Cryptography" : [
93
93
" affine-cipher" ,
You can’t perform that action at this time.
0 commit comments