summaryrefslogtreecommitdiff
path: root/src/utils/fpconstants.h
blob: 297d41841d4c8caf795643154424898a05baa7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * This file is part of LibCSS.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2008 John-Mark Bell <jmb@netsurf-browser.org>
 */

#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