Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "gfx/quaternion.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "opcodetypes.h"
Go to the source code of this file.
Classes | |
class | csObject |
struct | iBase |
Macros | |
#define | ICE_NO_DLL |
#define | CS_PROCESSOR_X86 |
#define | CS_NO_QSQRT |
#define | CS_FORCEINLINE inline |
#define | CS_FORCEINLINE_TEMPLATEMETHOD CS_FORCEINLINE |
#define | SMALL_EPSILON .000001 |
#define | EPSILON .00001 |
#define | ABS(x) (x>=0?x:-x) |
#define | __CS_CSSYSDEFS_H__ |
#define | CS_ASSERT assert |
#define __CS_CSSYSDEFS_H__ |
Definition at line 32 of file opcodesysdef.h.
Definition at line 31 of file opcodesysdef.h.
Referenced by csBox3::AdjacentX(), csBox3::AdjacentY(), csBox3::AdjacentZ(), operator<(), and operator>().
#define CS_ASSERT assert |
Definition at line 45 of file opcodesysdef.h.
#define CS_FORCEINLINE inline |
Definition at line 20 of file opcodesysdef.h.
#define CS_FORCEINLINE_TEMPLATEMETHOD CS_FORCEINLINE |
Definition at line 24 of file opcodesysdef.h.
#define CS_NO_QSQRT |
Definition at line 9 of file opcodesysdef.h.
#define CS_PROCESSOR_X86 |
Definition at line 8 of file opcodesysdef.h.
#define EPSILON .00001 |
Definition at line 30 of file opcodesysdef.h.
Referenced by csTerrainSegmentCellCollider::GetIntersection().
#define ICE_NO_DLL |
Definition at line 7 of file opcodesysdef.h.
#define SMALL_EPSILON .000001 |
Definition at line 29 of file opcodesysdef.h.
Referenced by csBox3::AdjacentX(), csBox3::AdjacentY(), csBox3::AdjacentZ(), csTerrainSegmentCellCollider::csTerrainSegmentCellCollider(), and csVector3::Normalize().