Panda3D
|
Static Public Member Functions | |
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 | cln2 (double) |
Returns ln(2) 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... | |
static double | cpi (double) |
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 34 of file mathNumbers.I.
References cpi().
Referenced by cpi().
|
inlinestatic |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 56 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 23 of file mathNumbers.I.
References cln2().
Referenced by LVector3f::angle_rad(), LVector3d::angle_rad(), LVector3i::angle_rad(), and cln2().
|
inlinestatic |
Returns pi as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 45 of file mathNumbers.I.
References cln2().