#include <pandabase.h>
#include <math.h>
#include "cmath.I"
Go to the source code of this file.
Functions | |
INLINE_LINMATH float | csqrt (float v) |
INLINE_LINMATH float | csin (float v) |
INLINE_LINMATH float | ccos (float v) |
INLINE_LINMATH float | ctan (float v) |
INLINE_LINMATH void | csincos (float v, float *pSinResult, float *pCosResult) |
INLINE_LINMATH float | cabs (float v) |
INLINE_LINMATH float | catan (float v) |
INLINE_LINMATH float | catan2 (float y, float x) |
INLINE_LINMATH double | cfloor (double f) |
INLINE_LINMATH double | cceil (double f) |
INLINE_LINMATH double | csqrt (double v) |
INLINE_LINMATH double | csin (double v) |
INLINE_LINMATH double | ccos (double v) |
INLINE_LINMATH double | ctan (double v) |
INLINE_LINMATH double | cabs (double v) |
INLINE_LINMATH double | catan (double v) |
INLINE_LINMATH double | catan2 (double y, double x) |
INLINE_LINMATH void | csincos (double v, double *pSinResult, double *pCosResult) |
INLINE_LINMATH bool | cnan (double v) |
Definition in file cmath.h.
|
Definition at line 150 of file cmath.I. References INLINE_LINMATH. Referenced by Fog::output(). |
|
|
|
Definition at line 154 of file cmath.I. References INLINE_LINMATH, x, and y. Referenced by PerspectiveLens::fov_to_film(). |
|
|
|
Definition at line 158 of file cmath.I. References INLINE_LINMATH. Referenced by PSphereLens::extrude_impl(). |
|
|
|
Definition at line 121 of file cmath.I. Referenced by filter_row(). |
|
Definition at line 142 of file cmath.I. References INLINE_LINMATH. Referenced by Fog::get_linear_opaque_point(). |
|
|
|
Definition at line 108 of file cmath.I. Referenced by filter_row(), ParametricCurve::get_num_dimensions(), AnimControl::get_play_rate(), AnimControl::pingpong(), AnimChannelScalarTable::write_datagram(), and FFTCompressor::write_header(). |
|
Definition at line 162 of file cmath.I. Referenced by CollisionSphere::get_collision_origin(). |
|
Definition at line 138 of file cmath.I. References INLINE_LINMATH. |
|
|
|
Definition at line 86 of file cmath.I. References INLINE_LINMATH. Referenced by PT(). |
|
|
|
Definition at line 134 of file cmath.I. References INLINE_LINMATH. Referenced by Lens::compute_view_hpr(), FLOATNAME(), and move_gridded_stuff(). |
|
|
|
Definition at line 146 of file cmath.I. References INLINE_LINMATH. |
|
|