#include "xsvector.h"
#include <stdlib.h>
#include <math.h>
#include "xsdebugcounters.h"
#include <string.h>
#include "xsmalloc.h"
#include "xsquaternion.h"
#include "xscopy.h"
#include <assert.h>
#include "xsfloatmath.h"
Go to the source code of this file.
Macros | |
#define | realSwap(a, b) { XsReal t = *a; *a = *b; *b = t; } |
#define realSwap | ( | a, | |
b | |||
) | { XsReal t = *a; *a = *b; *b = t; } |
Definition at line 76 of file xsvector.c.