#include "common.h"
#include <math.h>
#include "vmath.h"
#include "bn.h"
Go to the source code of this file.
Variables | |
const float | bn_rand_table [] |
double | bn_sin_scale |
const float | bn_sin_table [] |
int | bn_randhalftabsize |
float | bn_rand_halftab [] |
float | bn_rand_poison_ [] |
int * | tp_cindex [] |
int | tp_ctable [] |
const fastf_t | bn_pi = M_PI |
const fastf_t | bn_twopi = 2.0 * M_PI |
const fastf_t | bn_halfpi = M_PI_2 |
const fastf_t | bn_quarterpi = M_PI_4 |
const fastf_t | bn_invpi = M_1_PI |
const fastf_t | bn_inv2pi = 1.0 / (2.0 * M_PI) |
const fastf_t | bn_inv4pi = 1.0 / (4.0 * M_PI) |
const fastf_t | bn_inv255 = 1.0 / 255.0 |
const fastf_t | bn_degtorad = DEG2RAD |
const fastf_t | bn_radtodeg = RAD2DEG |
Global variables in LIBBN.
New global variables are discouraged and refactoring in ways that eliminates existing global variables without reducing functionality is always encouraged.
Definition in file globals.c.
int* tp_cindex[] |
Definition at line 57 of file vectfont.c.
Referenced by bn_vlist_3string(), tp_3symbol(), and tp_setup().
int tp_ctable[] |
Definition at line 87 of file vectfont.c.
Referenced by tp_setup().
const fastf_t bn_quarterpi = M_PI_4 |