Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TMPro.TMP_Math Class Reference

Static Public Member Functions

static bool Approximately (float a, float b)
 

Public Attributes

const float FLOAT_MAX = 32767
 
const float FLOAT_MIN = -32767
 
const float FLOAT_UNSET = -32767
 
const int INT_MAX = 2147483647
 
const int INT_MIN = -2147483647
 
const int INT_UNSET = -32767
 

Static Public Attributes

static Vector2 MAX_16BIT = new Vector2(FLOAT_MAX, FLOAT_MAX)
 
static Vector2 MIN_16BIT = new Vector2(FLOAT_MIN, FLOAT_MIN)
 

Member Function Documentation

static bool TMPro.TMP_Math.Approximately ( float  a,
float  b 
)
inlinestatic

Member Data Documentation

const float TMPro.TMP_Math.FLOAT_MAX = 32767
const float TMPro.TMP_Math.FLOAT_MIN = -32767
const float TMPro.TMP_Math.FLOAT_UNSET = -32767
const int TMPro.TMP_Math.INT_MAX = 2147483647
const int TMPro.TMP_Math.INT_MIN = -2147483647
const int TMPro.TMP_Math.INT_UNSET = -32767
Vector2 TMPro.TMP_Math.MAX_16BIT = new Vector2(FLOAT_MAX, FLOAT_MAX)
static
Vector2 TMPro.TMP_Math.MIN_16BIT = new Vector2(FLOAT_MIN, FLOAT_MIN)
static

The documentation for this class was generated from the following file: