Skip to content

Commit

Permalink
Merge branch 'quaternions' of https://github.com/kvedala/C into quate…
Browse files Browse the repository at this point in the history
…rnions
  • Loading branch information
kvedala committed Aug 17, 2020
2 parents 27c5060 + 7ed1ee9 commit 6fc298e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
## Games
* [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/master/games/tic_tac_toe.c)

## Geometry
* [Geometry Datatypes](https://github.com/TheAlgorithms/C/blob/master/geometry/geometry_datatypes.h)
* [Quaternions](https://github.com/TheAlgorithms/C/blob/master/geometry/quaternions.c)
* [Vectors 3D](https://github.com/TheAlgorithms/C/blob/master/geometry/vectors_3d.c)

## Graphics
* [Spirograph](https://github.com/TheAlgorithms/C/blob/master/graphics/spirograph.c)

Expand Down

0 comments on commit 6fc298e

Please sign in to comment.