0ad/terrain/bak/1 b4 poya fix/MathUtil.cpp

14 lines
361 B
C++
Raw Normal View History

//***********************************************************
//
// 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);
}