FastUIDraw
|
#include <math.h>
#include <stdlib.h>
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 > | |
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) |
file math.hpp
Copyright 2016 by Intel.
Contact: kevin .rog ovin@ gmai 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/.
Definition in file math.hpp.