AnimaL |
Tutorial |
Documentation |
#include <math.h>
#include "utils.h"
Go to the source code of this file.
Namespaces | |
namespace | nr |
Defines | |
#define | SHFT(a, b, c, d) (a)=(b);(b)=(c);(c)=(d); |
#define | SIGN(a, b) ((b) >= 0.0 ? fabs(a) : -fabs(a)) |
|
|
|
|