FastUIDraw
Namespaces | Macros | Functions
math.hpp File Reference

file math.hpp More...

#include <math.h>
#include <stdlib.h>
Include dependency graph for math.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fastuidraw
 all classes and functions of FastUIDraw are in the namespace fastuidraw.
 

Macros

#define FASTUIDRAW_PI   3.14159265358979323846f
 

Functions

int fastuidraw::t_abs (int x)
 
long fastuidraw::t_abs (long x)
 
long long fastuidraw::t_abs (long long x)
 
float fastuidraw::t_abs (float x)
 
double fastuidraw::t_abs (double x)
 
long double fastuidraw::t_abs (long double x)
 
float fastuidraw::t_acos (float x)
 
double fastuidraw::t_acos (double x)
 
long double fastuidraw::t_acos (long double x)
 
float fastuidraw::t_asin (float x)
 
double fastuidraw::t_asin (double x)
 
long double fastuidraw::t_asin (long double x)
 
float fastuidraw::t_atan (float x)
 
double fastuidraw::t_atan (double x)
 
long double fastuidraw::t_atan (long double x)
 
float fastuidraw::t_atan2 (float y, float x)
 
double fastuidraw::t_atan2 (double y, double x)
 
long double fastuidraw::t_atan2 (long double y, long double x)
 
float fastuidraw::t_cos (float x)
 
double fastuidraw::t_cos (double x)
 
long double fastuidraw::t_cos (long double x)
 
template<typename T >
const T & fastuidraw::t_max (const T &a, const T &b)
 
template<typename T >
const T & fastuidraw::t_min (const T &a, const T &b)
 
template<typename T >
fastuidraw::t_sign (const T &a)
 
float fastuidraw::t_sin (float x)
 
double fastuidraw::t_sin (double x)
 
long double fastuidraw::t_sin (long double x)
 
float fastuidraw::t_sqrt (float x)
 
double fastuidraw::t_sqrt (double x)
 
long double fastuidraw::t_sqrt (long double x)
 
float fastuidraw::t_tan (float x)
 
double fastuidraw::t_tan (double x)
 
long double fastuidraw::t_tan (long double x)
 

Detailed Description

file math.hpp

Copyright 2016 by Intel.

Contact: kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

Definition in file math.hpp.