#include "platform/CCPlatformMacros.h"
#include <float.h>
#include <math.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <stdint.h>
Macros | |
#define | MIN(x, y) (((x) > (y)) ? (y) : (x)) |
#define | MAX(x, y) (((x) < (y)) ? (y) : (x)) |
#define | tanf tan |
#define | sqrtf sqrt |
#define | cosf cos |
#define | sinf sin |
#define cosf cos |
#define MAX | ( | x, | |
y | |||
) | (((x) < (y)) ? (y) : (x)) |
#define MIN | ( | x, | |
y | |||
) | (((x) > (y)) ? (y) : (x)) |
#define sinf sin |
#define sqrtf sqrt |
#define tanf tan |