Home
last modified time | relevance | path

Searched refs:source_pt (Results 1 – 19 of 19) sorted by relevance

/dports/math/cgal/CGAL-5.3/examples/Surface_mesh_shortest_path/
H A Dshortest_path_with_locate.cpp51 const Point_3 source_pt(-0.06, -0.145, 0.182); in main() local
52 …Face_location source_loc = shortest_paths.locate<AABB_face_graph_traits>(source_pt); // this build… in main()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/include/
H A Ds_serv.h106 struct Client *source_pt,
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/include/
H A Ds_serv.h106 struct Client *source_pt,
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dmisc_funct.c1321 char *source_pt; in Xorriso__exchange_prefix() local
1324 source_pt= eff_source; in Xorriso__exchange_prefix()
1330 source_pt+= strlen(source_prefix); in Xorriso__exchange_prefix()
1333 strcat(eff_target, source_pt); in Xorriso__exchange_prefix()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dgeodata.c106 CHK_SUBCLASS_2RD (geomesh_pts[i], GEODATA_meshpt, source_pt); in api_process()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dgamesys.c179 LGPoint dest_pt, source_pt; in check_nearby_objects() local
188 source_pt.x = OBJ_LOC_BIN_X(objs[PLAYER_OBJ].loc); in check_nearby_objects()
189 source_pt.y = OBJ_LOC_BIN_Y(objs[PLAYER_OBJ].loc); in check_nearby_objects()
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Ddag.py1022 self.source_pt = self.mapFromItem(self.source, dest_pt)
1024 self.line = QtCore.QLineF(self.source_pt, self.dest_pt)
1026 width = self.dest_pt.x() - self.source_pt.x()
1027 height = self.dest_pt.y() - self.source_pt.y()
1028 rect = QtCore.QRectF(self.source_pt, QtCore.QSizeF(width, height))
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DApplicationInterface.cpp2825 const RealVector& source_pt = source_vars.continuous_variables(); in continuation() local
2833 size_t i, num_cv = source_pt.length(); in continuation()
2841 delta[i] = (target_pt[i] - source_pt[i])/2.; in continuation()
2842 current_pt[i] = source_pt[i] + delta[i]; in continuation()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Decma119.c1573 char *source_pt; /* This is a parasite pointer of path. Do not free */ member
1708 iso_ivr_next_comp(zeroize_pt, &(ivr->source_pt), 0); in iso_ivr_parse()
1709 if (ivr->source_pt == NULL) { in iso_ivr_parse()
1729 ret = iso_ivr_parse_zeroizers(ivr, zeroize_pt, ivr->source_pt - 1, 0); in iso_ivr_parse()
1774 o->source_pt = NULL; in iso_interval_reader_new()
1943 ivr->fd = open(ivr->source_pt, O_RDONLY); in iso_interval_reader_read()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_convert.c161 bGPDspoint *source_pt, in gpencil_strokepoint_convertcoords() argument
181 mul_v3_m4v3(fpt, diff_mat, &source_pt->x); in gpencil_strokepoint_convertcoords()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.c4417 o->geomesh_pts[i].source_pt.x = pair->value.d; in add_GEODATA()
4421 o->geomesh_pts[i].source_pt.y = pair->value.d; in add_GEODATA()
4423 o->geomesh_pts[i].source_pt.x, pair->value.d, 13); in add_GEODATA()
H A Ddwg.spec5353 SUB_FIELD_2RD (geomesh_pts[rcount1],source_pt, 13);
H A Ddynapi.c11363 { "source_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_GEODATA_meshpt, source_pt),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4021 BITCODE_2RD source_pt; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-111435 'source_pt'
H A Ddynapi.texi13972 @item source_pt
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4515source_pt = property(_LibreDWG.Dwg_GEODATA_meshpt_source_pt_get, _LibreDWG.Dwg_GEODATA_meshpt_sour… variable in Dwg_GEODATA_meshpt
H A Dswig_python.c134047 if (arg1) (arg1)->source_pt = *arg2; in _wrap_Dwg_GEODATA_meshpt_source_pt_set()
134070 result = (BITCODE_2RD *)& ((arg1)->source_pt); in _wrap_Dwg_GEODATA_meshpt_source_pt_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c162908 if (arg1) (arg1)->source_pt = *arg2; in XS()
162938 result = (BITCODE_2RD *)& ((arg1)->source_pt); in XS()