Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
opcodeqsqrt.h File Reference
#include <math.h>

Go to the source code of this file.

Macros

#define qsqrt(x)   sqrt(x)
 
#define qisqrt(x)   (1.0/sqrt(x))
 

Macro Definition Documentation

#define qisqrt (   x)    (1.0/sqrt(x))

Definition at line 175 of file opcodeqsqrt.h.

Referenced by csVector3::Normalize().

#define qsqrt (   x)    sqrt(x)

Definition at line 174 of file opcodeqsqrt.h.

Referenced by csVector3::Norm().