0ad/terrain/bak/1 b4 poya fix/MathUtil.cpp
janwas f4f969482e Initial revision
This was SVN commit r8.
2003-11-03 16:17:21 +00:00

14 lines
361 B
C++
Executable File

//***********************************************************
//
// Name: MathUtil.Cpp
// Last Update: 28/1/02
// Author: Poya Manouchehri
//
// Description: This file contains some maths related
// utility macros and fucntions.
//
//***********************************************************
unsigned int F2DW (float f)
{
return *((unsigned int*)&f);
}