Panda3D
|
Static Public Member Functions | |
static double | cln2 (double) |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter. More... | |
static float | cln2 (float) |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter. More... | |
static double | cpi (double) |
Returns pi as a single-precision or double-precision number, according to the type of the parameter. More... | |
static float | cpi (float) |
Returns pi as a single-precision or double-precision number, according to the type of the parameter. More... | |
Definition at line 20 of file mathNumbers.h.
|
inlinestatic |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 45 of file mathNumbers.I.
|
inlinestatic |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 27 of file mathNumbers.I.
|
inlinestatic |
Returns pi as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 36 of file mathNumbers.I.
|
inlinestatic |
Returns pi as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 18 of file mathNumbers.I.