All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TextHelpers.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #include "Text.h"
4 #include "VectorMathDecl.h"
5 
6 #pragma once
7 
8 namespace Eegeo
9 {
10  namespace Text
11  {
12  namespace Helpers
13  {
14  v2 TranslateForPivotTransform(const v2& pivot, const v2& translate, float rotate, const v2& scale);
15 
16  m44 CalcScreenTextVertexOrthoUnpackMatrix(const v2& viewportOrigin, const v2& viewportDimensions);
17  }
18  }
19 }