diff options
Diffstat (limited to 'src/libjin/math/je_matrix.h')
-rw-r--r-- | src/libjin/math/je_matrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/math/je_matrix.h b/src/libjin/math/je_matrix.h index f35b88b..65f080b 100644 --- a/src/libjin/math/je_matrix.h +++ b/src/libjin/math/je_matrix.h @@ -12,6 +12,7 @@ namespace JinEngine float x, y; float s, t; }; + /// /// This class is the basis for all transformations in LOVE. Althought not /// really needed for 2D, it contains 4x4 elements to be compatible with |