Home
last modified time | relevance | path

Searched refs:orig_coords (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DTagVertexMeshTest.cpp125 Vector3D orig_coords, real_coords, tag_coords; in test_vertex_coordinates() local
128 orig_coords = get_coords; in test_vertex_coordinates()
132 CPPUNIT_ASSERT_VECTORS_EQUAL( orig_coords, tag_coords, DBL_EPSILON ); in test_vertex_coordinates()
146 CPPUNIT_ASSERT_VECTORS_EQUAL( orig_coords, real_coords, DBL_EPSILON ); in test_vertex_coordinates()
163 Vector3D orig_coords = get_coords; in test_save_coordinates() local
196 Vector3D orig_coords = get_coords; in test_cleanup() local
229 Vector3D orig_coords = get_coords; in test_alternate_name() local
270 Vector3D orig_coords, real_coords, tag_coords; in test_reference_mesh() local
273 orig_coords = get_coords; in test_reference_mesh()
283 orig_coords = get_coords; in test_reference_mesh()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/table/
H A Dindex.py458 new_start = self.orig_coords(start)
459 new_stop = self.orig_coords(stop)
491 def orig_coords(self, row): member in SlicedIndex
525 self.index.replace(self.orig_coords(row), col, val)
535 self.get_index_or_copy().insert_row(self.orig_coords(pos), vals, columns)
538 return [self.orig_coords(x) for x in
547 self.index.replace_rows([self.orig_coords(x) for x in col_slice])
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_operators/
H A Dobject.py379 orig_coords = me_cos(me.shape_keys.key_blocks[0].data)
412 (orig_shape_coords[i] - orig_coords[i]))
421 orig_coords[v_before],
422 orig_coords[v],
423 orig_coords[v_after],
435 v1, v2 = orig_coords[i1], orig_coords[i2]
468 orig_coords[i]).length
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dview.c745 Vertex * orig_coords = NULL; in view_mouse_motion() local
861 orig_coords = view_unproject( view, mouse_state[btn].startx, mouse_state[btn].starty ); in view_mouse_motion()
869 float *pt = orig_coords->v; in view_mouse_motion()
888 if( orig_coords ) free( orig_coords ); in view_mouse_motion()
894 orig_coords = view_unproject( view, mouse_state[btn].startx, mouse_state[btn].starty ); in view_mouse_motion()
902 float *pt = orig_coords->v; in view_mouse_motion()
921 if( orig_coords ) free( orig_coords ); in view_mouse_motion()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadNCDF.cpp1865 std::vector< std::vector<double> > orig_coords(3); in update() local
1869 orig_coords[0].reserve(numberNodes_loading); in update()
1870 orig_coords[1].reserve(numberNodes_loading); in update()
1871 orig_coords[2].reserve(numberNodes_loading); in update()
1901 GET_1D_DBL_VAR("coordx", coord1, orig_coords[0]); in update()
1905 GET_1D_DBL_VAR("coordy", coord2, orig_coords[1]); in update()
1910 GET_1D_DBL_VAR("coordz", coord3, orig_coords[2]); in update()
1975 CartVect exo_coords(orig_coords[0][i], orig_coords[1][i], orig_coords[2][i]); in update()
2027 updated_exo_coords[0] = orig_coords[0][i] + deformed_arrays[0][i]; in update()
2028 updated_exo_coords[1] = orig_coords[1][i] + deformed_arrays[1][i]; in update()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-shape-plan.cc134 const int *orig_coords, in hb_shape_plan_create2() argument
180 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc124 const int *orig_coords, in hb_shape_plan_create2() argument
170 memcpy (coords, orig_coords, num_coords * sizeof (int)); in hb_shape_plan_create2()

12