Skip to content

Commit 7ed1ee9

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 0f541b2 commit 7ed1ee9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DIRECTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
## Games
113113
* [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/master/games/tic_tac_toe.c)
114114

115+
## Geometry
116+
* [Geometry Datatypes](https://github.com/TheAlgorithms/C/blob/master/geometry/geometry_datatypes.h)
117+
* [Quaternions](https://github.com/TheAlgorithms/C/blob/master/geometry/quaternions.c)
118+
* [Vectors 3D](https://github.com/TheAlgorithms/C/blob/master/geometry/vectors_3d.c)
119+
115120
## Graphics
116121
* [Spirograph](https://github.com/TheAlgorithms/C/blob/master/graphics/spirograph.c)
117122

0 commit comments

Comments
 (0)