|
Open Sim Global Calculations BRIGADOON-0011
Provide a php class that provides a series of calculations using global coordinates
|
Go to the source code of this file.
Classes | |
| class | OS_GLOBAL_CALCS |
| A Class to do global to local conversion and some global calculations. More... | |
Variables | |
| $global_calcs = new OS_GLOBAL_CALCS($db, $host, $db_username, $db_password) | |
| $from_array = ['region_name'=>'BRIGADOON13', 'local_x' => 128, 'local_y' => 256, 'local_z' => 128] | |
| $to_array = ['region_name'=>'BRIGADOON13', 'local_x' => 0, 'local_y' => 0, 'local_z' => 256] | |
| $course = [] | |
| $global = [] | |
| $course ['bearing'] = M_PI | |
| $result = $global_calcs->RegionBoundsGlobal("Brigadoon13") | |
| $FromLocal = ['region_name'=>'BRIGADOON01', 'local_x' => 128, 'local_y' => 256, 'local_z' => 128] | |
| $ToLocal = ['region_name'=>'BRIGADOON05', 'local_x' => 0, 'local_y' => 0, 'local_z' => 128] | |
| $course = [] |
Definition at line 448 of file os_global_calcs_dev.php.
| $course[ 'bearing'] = M_PI |
Definition at line 464 of file os_global_calcs_dev.php.
| $course* ['elevation'] $from_array = ['region_name'=>'BRIGADOON13', 'local_x' => 128, 'local_y' => 256, 'local_z' => 128] |
Definition at line 446 of file os_global_calcs_dev.php.
| $FromLocal = ['region_name'=>'BRIGADOON01', 'local_x' => 128, 'local_y' => 256, 'local_z' => 128] |
Definition at line 474 of file os_global_calcs_dev.php.
Referenced by OS_GLOBAL_CALCS\RegionToDeltaLocal().
| $global = [] |
Definition at line 449 of file os_global_calcs_dev.php.
| $global_calcs = new OS_GLOBAL_CALCS($db, $host, $db_username, $db_password) |
Definition at line 442 of file os_global_calcs_dev.php.
| $result = $global_calcs->RegionBoundsGlobal("Brigadoon13") |
Definition at line 470 of file os_global_calcs_dev.php.
Referenced by OS_GLOBAL_CALCS\AddGlobal(), OS_GLOBAL_CALCS\CourseFromTo(), OS_GLOBAL_CALCS\DeltaGlobal(), OS_GLOBAL_CALCS\GlobalToLocal(), and OS_GLOBAL_CALCS\RegionBoundsGlobal().
| $to_array = ['region_name'=>'BRIGADOON13', 'local_x' => 0, 'local_y' => 0, 'local_z' => 256] |
Definition at line 447 of file os_global_calcs_dev.php.
| $ToLocal = ['region_name'=>'BRIGADOON05', 'local_x' => 0, 'local_y' => 0, 'local_z' => 128] |
Definition at line 475 of file os_global_calcs_dev.php.
Referenced by OS_GLOBAL_CALCS\RegionToDeltaLocal().