Matrix2.hpp File Reference
Go to the source code of this file.
Classes | |
class | etk::Matrix2 |
Namespaces | |
etk | |
Typedefs | |
using | mat2 = etk::Matrix2 |
Functions | |
Matrix2 | etk::mat2Rotate (float _angleRad) |
Matrix2 | etk::mat2Scale (const vec2 &_scale) |
Matrix2 | etk::mat2Scale (float _scale) |
Matrix2 | etk::mat2Translate (const vec2 &_translate) |
Matrix2 | etk::mat2Skew (const vec2 &_skew) |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)
Typedef Documentation
§ mat2
using mat2 = etk::Matrix2 |
Use simplification in upper application to use matrix like openGL shader.