Matrix2.hpp File Reference
#include <etk/math/Vector2D.hpp>
#include <etk/types.hpp>

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

Author
Edouard DUPIN
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.