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

Commit ecdd3fc

Browse files
committed
Fix name for Cohen-Sutherland
1 parent b25e4f8 commit ecdd3fc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎docs/cohen-sutherland-lineclip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: cohen-sutherland-lineclip
3-
title: Cohen sutherland lineclip
4-
sidebar_label: Cohen sutherland lineclip
3+
title: Cohen-Sutherland lineclip
4+
sidebar_label: Cohen-Sutherland lineclip
55
---
66

7-
[Open a pull request](https://github.com/AllAlgorithms/algorithms/tree/master/docs/cohen-sutherland-lineclip.md) to add the content for this algorithm.
7+
[Open a pull request](https://github.com/AllAlgorithms/algorithms/tree/master/docs/cohen-sutherland-lineclip.md) to add the content for this algorithm.

‎readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ just a paper and pencil.
188188
- [Axis aligned bounding box collision](https://allalgorithms.com/docs/axis-aligned-bounding-box-collision)
189189
- [Bresenham line](https://allalgorithms.com/docs/bresenham-line)
190190
- [Chans algorithm](https://allalgorithms.com/docs/chans-algorithm)
191-
- [Cohen sutherland lineclip](https://allalgorithms.com/docs/cohen-sutherland-lineclip)
191+
- [Cohen-Sutherland lineclip](https://allalgorithms.com/docs/cohen-sutherland-lineclip)
192192
- [Distance between points](https://allalgorithms.com/docs/distance-between-points)
193193
- [Graham scan](https://allalgorithms.com/docs/graham-scan)
194194
- [Halfplane intersection](https://allalgorithms.com/docs/halfplane-intersection)

‎templates/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ just a paper and pencil.
189189
- [Axis aligned bounding box collision](computational-geometry/)
190190
- [Bresenham Line](computational-geometry/)
191191
- [Chans Algorithm](computational-geometry/)
192-
- [CohenSutherland Lineclip](computational-geometry/)
192+
- [Cohen-Sutherland Lineclip](computational-geometry/)
193193
- [Distance between points](computational-geometry/)
194194
- [Graham Scan](computational-geometry/)
195195
- [Halfplane intersection](computational-geometry/)

‎website/data/algorithms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = [
9393
'Axis aligned bounding box collision',
9494
'Bresenham Line',
9595
'Chans Algorithm',
96-
'CohenSutherland Lineclip',
96+
'Cohen-Sutherland Lineclip',
9797
'Distance between points',
9898
'Graham Scan',
9999
'Halfplane intersection',

0 commit comments

Comments
(0)

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