QSDK 1.1 Documentation
Main Page | Modules | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

maths.h File Reference

Go to the source code of this file.

Namespaces

namespace  Maths

Defines

#define QMaths_version   10000400
#define MATHS_BEGIN   namespace Maths {
#define MATHS_END   };
#define FTOI(V)   (*reinterpret_cast<int*>(&(V)))
#define FTOUI(V)   (*reinterpret_cast<unsigned int*>(&(V)))
#define ITOF(V)   (*reinterpret_cast<float*>(&(V)))


Detailed Description

Use '#include <Q/maths.h>' to use this functionality in your application.

Define Documentation

#define QMaths_version   10000400
 

Version number of this package. This value will be incremented for each significant api change.

Return to QSDK documentation Contents page. Contact details for support, information and fault-reporting.
Qube Software Limited © 2000-2004