D:/Project/engine3d/cplusplus/src/math3d/Fixed.cpp-Dateireferenz

#include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include "Fixed.h"

Makrodefinitionen

#define FIX16_16
#define MUL_VAL   65536.0f
#define DIV_VAL   16

Funktionen

FIXED float2fix (float f)
float fix2float (FIXED i)
FIXED fixMul (FIXED a, FIXED b)
int fixDiv (FIXED a, FIXED b)
void fixedtest (void)

Makro-Dokumentation

#define DIV_VAL   16

#define FIX16_16

#define MUL_VAL   65536.0f


Dokumentation der Funktionen

float fix2float ( FIXED  i  ) 

int fixDiv ( FIXED  a,
FIXED  b 
)

void fixedtest ( void   ) 

FIXED fixMul ( FIXED  a,
FIXED  b 
)

FIXED float2fix ( float  f  ) 


Generated on Sun Nov 1 16:26:42 2009 for engine3d by doxygen 1.5.5