diff options
Diffstat (limited to 'libs/rs/rsMatrix.h')
-rw-r--r-- | libs/rs/rsMatrix.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/rs/rsMatrix.h b/libs/rs/rsMatrix.h index 11ce42e..4130b8e 100644 --- a/libs/rs/rsMatrix.h +++ b/libs/rs/rsMatrix.h @@ -23,8 +23,7 @@ namespace android { namespace renderscript { -struct Matrix -{ +struct Matrix { float m[16]; inline float get(int i, int j) const { @@ -69,13 +68,8 @@ struct Matrix tmp.loadTranslate(x, y, z); multiply(&tmp); } - - - }; - - } } |