Mention TMat and TVec on the doc.

This commit is contained in:
sebcrozet 2018-09-23 14:49:44 +02:00 committed by Sébastien Crozet
parent 4140375b6e
commit 41fb5403b5
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
* All function names use `snake_case`, which is the Rust convention.
* All type names use `CamelCase`, which is the Rust convention.
* All function arguments, except for scalars, are all passed by-reference.
* The most generic vector and matrix types are `TMat` and `TVec` instead of `mat` and `vec`.
* Some feature are not yet implemented and should be added in the future. In particular, no packing
functions are available.
* A few features are not implemented and will never be. This includes functions related to color