Blender V2.61 - r43446
Classes | Namespaces | Functions

tntmath.h File Reference

Go to the source code of this file.

Classes

struct  TNT::TNTException

Namespaces

namespace  TNT

Functions

double TNT::abs (double t)
double TNT::min (double a, double b)
double TNT::max (double a, double b)
float TNT::abs (float t)
float TNT::min (float a, float b)
int TNT::min (int a, int b)
int TNT::max (int a, int b)
float TNT::max (float a, float b)
double TNT::sign (double a)
double TNT::sign (double a, double b)
float TNT::sign (float a, float b)
float TNT::sign (float a)
float TNT::pythag (float a, float b)
double TNT::pythag (double a, double b)