Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit 4516455

Browse files
committed
Fix name of Sutherland-Hodgman
1 parent ecdd3fc commit 4516455

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

‎docs/sutherland-hodgeman-clipping.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎docs/sutherland-hodgman-clipping.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

‎readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ just a paper and pencil.
195195
- [Jarvis march](https://allalgorithms.com/docs/jarvis-march)
196196
- [Quickhull](https://allalgorithms.com/docs/quickhull)
197197
- [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)
199199

200200
## Cryptography
201201

‎templates/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ just a paper and pencil.
196196
- [Jarvis March](computational-geometry/)
197197
- [Quickhull](computational-geometry/)
198198
- [Sphere tetrahedron intersection](computational-geometry/)
199-
- [Sutherland Hodgeman clipping](computational-geometry/)
199+
- [Sutherland-Hodgman clipping](computational-geometry/)
200200

201201
## [Cryptography](cryptography)
202202

‎website/data/algorithms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = [
100100
'Jarvis March',
101101
'Quickhull',
102102
'Sphere tetrahedron intersection',
103-
'Sutherland Hodgeman clipping'
103+
'Sutherland-Hodgman clipping'
104104
]
105105
},
106106
{

‎website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"jarvis-march",
8888
"quickhull",
8989
"sphere-tetrahedron-intersection",
90-
"sutherland-hodgeman-clipping"
90+
"sutherland-hodgman-clipping"
9191
],
9292
"Cryptography": [
9393
"affine-cipher",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /