/* * This file is part of LibCSS. * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2008 John-Mark Bell */ #ifndef css_utils_fpconstants_h_ #define css_utils_fpconstants_h_ /* Useful angles */ #define F_PI 0x00000c91 /* 3.1415 (PI) */ #define F_2PI 0x00001922 /* 2 PI */ #define F_360 0x0005a000 /* 360 */ #define F_400 0x00064000 /* 100 */ #endif