We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27c5060 + 7ed1ee9 commit 6fc298eCopy full SHA for 6fc298e
DIRECTORY.md
@@ -112,6 +112,11 @@
112
## Games
113
* [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/master/games/tic_tac_toe.c)
114
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
+
120
## Graphics
121
* [Spirograph](https://github.com/TheAlgorithms/C/blob/master/graphics/spirograph.c)
122
0 commit comments