projects
/
forks
/
cmath3d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a20b9
)
Update README.md
author
James Alan Preiss
<jamesalanpreiss@gmail.com>
Wed, 27 May 2020 20:17:48 +0000
(13:17 -0700)
committer
GitHub
<noreply@github.com>
Wed, 27 May 2020 20:17:48 +0000
(13:17 -0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
2397871
..
7e40725
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-1,5
+1,5
@@
# cmath3d
-3d math library for C. Vectors, 3x3 matrices, quaternions. 32-bit floats.
+3d math library for C. Vectors, 3x3 matrices, quaternions
, polytopes
. 32-bit floats.
## motivation
This library is intended for embedded projects where C++ is not used.