Home
last modified time | relevance | path

Searched refs:orig_z (Results 1 – 25 of 38) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/icam_pro/processes/
H A Dicam_create_view_sphere_process.cxx61 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 Dags_complex_test.c189 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 Dtest_minimizer.cxx28 #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 DScene_polyhedron_item_decorator.cpp68 double orig_z, in select() argument
75 orig_z, in select()
H A DScene_surface_mesh_item.h175 double orig_z,
181 double orig_z,
H A DScene_polyhedron_item_decorator.h56 double orig_z,
H A DScene_surface_mesh_item.cpp1189 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 Ddeg_mutual.c96 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 Dcontact.c213 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 DmergEntity.c916 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 Dhecmw_vis_resampling.h53 double orig_z; member
H A Dhecmw_vis_read_voxel.c51 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 Dcrrc_gui_viewwind.cpp304 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 Dparticle_filter.cl189 … 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 Dminfo.cl180 … 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 Dpanocanvas.cpp586 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 Dglui_translation.cpp114 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 Dglui_translation.cpp116 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 Dglui_translation.cpp114 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 Dglui_translation.cpp114 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 DX3DReader.py443 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 DSceneInfo.cpp184 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 DScene_item.h393 double orig_z,
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh_deformation/
H A DScene_edit_polyhedron_item.h319 double orig_z,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pyscripts/
H A Dboxm2_adaptor.py1416 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

12