From 41fb5403b51435ccab324da33af9172417fae374 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 23 Sep 2018 14:49:44 +0200 Subject: [PATCH] Mention TMat and TVec on the doc. --- nalgebra-glm/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nalgebra-glm/src/lib.rs b/nalgebra-glm/src/lib.rs index 8aab5ce9..aff24058 100644 --- a/nalgebra-glm/src/lib.rs +++ b/nalgebra-glm/src/lib.rs @@ -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