diff options
author | chai <chaifix@163.com> | 2018-12-20 16:54:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-20 16:54:36 +0800 |
commit | d4c2cef26b702eb1c0544b0ae579444a76db9ef7 (patch) | |
tree | 55da2c071172e0dcc3551e506f7c60fa36e8fcae /src/libjin/math | |
parent | bb35b3fdde2d9346cb104f4daead1d46d5565148 (diff) |
*shader
Diffstat (limited to 'src/libjin/math')
-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 |