/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/icam_pro/processes/ |
H A D | icam_create_view_sphere_process.cxx | 61 double dim_x=0.0, dim_y=0.0, dim_z=0.0,orig_x=0.0, orig_y=0.0, orig_z=0.0; in icam_create_view_sphere_process() local 72 if (!pro.parameters()->get_value("orig_z", orig_z)) return false; in icam_create_view_sphere_process() 78 vgl_box_3d<double> world_bb(orig_x, orig_y, orig_z, orig_x+dim_x, orig_y+dim_y, orig_z+dim_z); in icam_create_view_sphere_process()
|
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/lib/ |
H A D | ags_complex_test.c | 189 double _Complex orig_z, z; in ags_complex_test_serialize() local 202 orig_z = 0.25 + I * 1.0; in ags_complex_test_serialize() 204 orig_z); in ags_complex_test_serialize() 217 CU_ASSERT(orig_z == z); in ags_complex_test_serialize()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/icam/tests/ |
H A D | test_minimizer.cxx | 28 #define orig_z -0.4 macro 49 vgl_box_3d<double> world_bb(orig_x, orig_y, orig_z, orig_x+dim_x, orig_y+dim_y, orig_z+dim_z); in create_view_sphere()
|
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/ |
H A D | Scene_polyhedron_item_decorator.cpp | 68 double orig_z, in select() argument 75 orig_z, in select()
|
H A D | Scene_surface_mesh_item.h | 175 double orig_z, 181 double orig_z,
|
H A D | Scene_polyhedron_item_decorator.h | 56 double orig_z,
|
H A D | Scene_surface_mesh_item.cpp | 1189 double orig_z, in select() argument 1202 const EPICK::Point_3 ray_origin(orig_x, orig_y, orig_z); in select() 1298 Scene_item::select(orig_x, orig_y, orig_z, dir_x, dir_y, dir_z); in select() 1406 double orig_z, in intersect_face() argument 1418 const EPICK::Point_3 ray_origin(orig_x, orig_y, orig_z); in intersect_face()
|
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/ |
H A D | deg_mutual.c | 96 double wid_brick[3], hei_brick[3], orig_x[2], orig_y[2], orig_z[2]; local 168 orig_z[i] = nfil_m.z[i]; 203 nfil_m.z[j] = orig_z[j] + dR[ZZ]*small_dim*Gpoint[gpoints][i];
|
/dports/cad/calculix/CalculiX/cgx_2.18/src/ |
H A D | contact.c | 213 double *orig_x=NULL, *orig_y=NULL, *orig_z=NULL, *sort_x=NULL, *sort_y=NULL, *sort_z=NULL; in getDepNodes() local 270 if ( (orig_z = (double *)malloc( (set[set2].anz_n+1) * sizeof(double))) == NULL ) in getDepNodes() 309 rsort[i].r=orig_z[i]=node[set[set2].node[i]].nz; in getDepNodes() 332 …near3d(orig_x,orig_y,orig_z,sort_x,sort_y,sort_z,sort_nx,sort_ny,sort_nz, node[set[set1].node[i]].… in getDepNodes() 415 if(orig_z) free(orig_z); in getDepNodes()
|
H A D | mergEntity.c | 916 double *orig_x=NULL, *orig_y=NULL, *orig_z=NULL, *sort_x=NULL, *sort_y=NULL, *sort_z=NULL; in pre_merge() local 1010 if ( (orig_z = (double *)malloc( (set[setNr].anz_n) * sizeof(double))) == NULL ) in pre_merge() 1050 rsort[i].r=orig_z[i]=node[set[setNr].node[i]].nz; in pre_merge() 1069 …near3d(orig_x,orig_y,orig_z,sort_x,sort_y,sort_z,sort_nx,sort_ny,sort_nz, node[arrayIndx[i]].nx,no… in pre_merge() 1104 if(orig_z) free( orig_z ); in pre_merge()
|
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/ |
H A D | hecmw_vis_resampling.h | 53 double orig_z; member
|
H A D | hecmw_vis_read_voxel.c | 51 vox->info[i].orig_y, vox->info[i].orig_z); in write_voxel_file()
|
/dports/games/crrcsim/crrcsim-0.9.13/src/GUI/ |
H A D | crrc_gui_viewwind.cpp | 304 float orig_z = player_pos.r[1]; in viewWind2D() local 322 float y1 = (z - orig_z - voffs)/(float)width + h0; in viewWind2D() 360 float y1 = (z - orig_z - voffs)/(float)width + h0; in viewWind2D()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/cl/tracking/ |
H A D | particle_filter.cl | 189 … float orig_z = linfo->origin.z + ((float)index_z+centerZ[i])*linfo->block_len - bb_center.z; 190 …rotation[9* (*particle_no) + 1]*orig_y + rotation[9* (*particle_no) + 2]*orig_z + translation[4* (… 191 …rotation[9* (*particle_no) + 4]*orig_y + rotation[9* (*particle_no) + 5]*orig_z + translation[4* (… 192 …rotation[9* (*particle_no) + 7]*orig_y + rotation[9* (*particle_no) + 8]*orig_z + translation[4* (…
|
H A D | minfo.cl | 180 … float orig_z = linfo->origin.z + ((float)index_z+centerZ[i])*linfo->block_len - bb_center.z; 181 …float xformed_x = rotation[0]*orig_x +rotation[1]*orig_y + rotation[2]*orig_z + translation[0] + b… 182 …float xformed_y = rotation[3]*orig_x +rotation[4]*orig_y + rotation[5]*orig_z + translation[1] + b… 183 …float xformed_z = rotation[6]*orig_x +rotation[7]*orig_y + rotation[8]*orig_z + translation[2] + b…
|
/dports/graphics/panoglview/panoglview-0.2.2/src/ |
H A D | panocanvas.cpp | 586 double orig_z = -1; 597 double rotated_x = cosP*orig_x - sinT*sinP*orig_y - sinP*cosT*orig_z; 598 double rotated_y = cosT*orig_y - sinT*orig_z; 599 double rotated_z = sinP*orig_x + sinT*cosP*orig_y + cosP*cosT*orig_z;
|
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/ |
H A D | glui_translation.cpp | 114 orig_z = float_array_val[0]; in iaction_mouse_down_handler() 176 off_array[0] = y_off + orig_z; in iaction_mouse_held_down_handler()
|
/dports/devel/glui/glui-2.36/src/ |
H A D | glui_translation.cpp | 116 orig_z = float_array_val[0]; 178 off_array[0] = y_off + orig_z;
|
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/glui/ |
H A D | glui_translation.cpp | 114 orig_z = float_array_val[0]; in iaction_mouse_down_handler() 176 off_array[0] = y_off + orig_z; in iaction_mouse_held_down_handler()
|
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/glui/ |
H A D | glui_translation.cpp | 114 orig_z = float_array_val[0]; in iaction_mouse_down_handler() 176 off_array[0] = y_off + orig_z; in iaction_mouse_held_down_handler()
|
/dports/cad/cura/Cura-58bae31/plugins/X3DReader/ |
H A D | X3DReader.py | 443 orig_z = Vector(0, 0, 1) 455 orig_z = Vector(*m.dot(orig_z.getData())) 456 return orig_z
|
/dports/astro/stellarium/stellarium-0.21.3/plugins/Scenery3d/src/ |
H A D | SceneInfo.cpp | 184 double orig_z = ini.value("orig_H", 0.0).toDouble(); in loadByID() local 185 …info.modelWorldOffset=Vec3d(orig_x, orig_y, orig_z); // RealworldGridCoords=objCoords+modelWorldOf… in loadByID()
|
/dports/math/cgal/CGAL-5.3/include/CGAL/Three/ |
H A D | Scene_item.h | 393 double orig_z,
|
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh_deformation/ |
H A D | Scene_edit_polyhedron_item.h | 319 double orig_z,
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pyscripts/ |
H A D | boxm2_adaptor.py | 1416 orig_z = params['orig_z'] if 'orig_z' in params else 0.0 1444 orig_x, orig_y, orig_z = params['origin'] 1457 batch.set_input_float(5, orig_z) 1473 local_origin_z = k * num_z * sb_length + orig_z
|