#include "pandaFramework.h"
#include "pandaNode.h"
#include "transformState.h"
#include "clockObject.h"
#include "string_utils.h"
#include "pvector.h"
#include "gnu_getopt.h"
Go to the source code of this file.
|
Value: {if(VAL > MAXVAL) {int idivresult = (int)(VAL / (float)MAXVAL); VAL=VAL-idivresult*MAXVAL;} else \ if(VAL < -MAXVAL) {int idivresult = (int)(VAL / (float)MAXVAL); VAL=VAL+idivresult*MAXVAL;}} |
|
Definition at line 67 of file pgrid.cxx. Referenced by load_gridded_models(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 70 of file pgrid.cxx. Referenced by load_gridded_models(). |
|
Definition at line 33 of file pgrid.cxx. Referenced by load_gridded_models(), and move_gridded_stuff(). |
|
Definition at line 41 of file pgrid.cxx. Referenced by main(). |
|
Definition at line 63 of file pgrid.cxx. Referenced by main(). |
|
|
|
Definition at line 186 of file pgrid.cxx. References GriddedFilename::_count, GriddedFilename::_filename, count, NULL, and string_to_int(). Referenced by main(). |
|
Definition at line 155 of file pgrid.cxx. References gridmotiontype, LinearMotion, and Rotation. Referenced by main(). |
|
|
|
Definition at line 80 of file pgrid.cxx. References gridded_file_info::ang1, gridded_file_info::ang1_vel, csqrt(), ClockObject::get_frame_time(), ClockObject::get_global_clock(), gridmotiontype, rad_2_deg(), RANDFRAC, Rotation, gridded_file_info::starttime, and wander_area_pos_offset. Referenced by main(). |
|
Definition at line 72 of file pgrid.cxx. Referenced by load_gridded_models(). |
|
Definition at line 75 of file pgrid.cxx. Referenced by get_command_line_opts(), load_gridded_models(), main(), and move_gridded_stuff(). |
|
Definition at line 68 of file pgrid.cxx. Referenced by load_gridded_models(). |
|
Definition at line 73 of file pgrid.cxx. Referenced by load_gridded_models(), and move_gridded_stuff(). |