Home
last modified time | relevance | path

Searched +defs:xy +defs:coords (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Python/
H A DpickCompositeData.py59 coords=xyz[blk] variable
96 def propPick(p,xy,data): argument
122 def pointPick(p,xy,data): argument
154 def cellPick(p,xy,data): argument
192 def pick(xy,propPickData,pointPickData,cellPickData): argument
H A DpickCompositeData2.py67 coords=parts[p]['coordinates'] variable
157 def cellPick(p,xy,data): argument
186 def pick(xy,cellPickData): argument
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Python/
H A DpickCompositeData.py59 coords=xyz[blk] variable
96 def propPick(p,xy,data): argument
122 def pointPick(p,xy,data): argument
154 def cellPick(p,xy,data): argument
192 def pick(xy,propPickData,pointPickData,cellPickData): argument
H A DpickCompositeData2.py67 coords=parts[p]['coordinates'] variable
157 def cellPick(p,xy,data): argument
186 def pick(xy,cellPickData): argument
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/mesh/
H A Dqgsmeshcontours.cpp101 const QVector<QgsMeshVertex> coords = in exportPolygons() local
171 … const QgsPoint xy = QgsGeometryUtils::interpolatePointOnLine( coords[i], coords[j], fraction ); in exportPolygons() local
188 … const QgsPoint xy = QgsGeometryUtils::interpolatePointOnLine( coords[i], coords[j], fraction ); in exportPolygons() local
291 const QVector<QgsMeshVertex> coords = in exportLines() local
353 … const QgsPoint xy = QgsGeometryUtils::interpolatePointOnLine( coords[i], coords[j], fraction ); in exportLines() local
/dports/graphics/qgis/qgis-3.22.3/src/analysis/mesh/
H A Dqgsmeshcontours.cpp113 const QVector<QgsMeshVertex> coords = in exportPolygons() local
183 … const QgsPoint xy = QgsGeometryUtils::interpolatePointOnLine( coords[i], coords[j], fraction ); in exportPolygons() local
200 … const QgsPoint xy = QgsGeometryUtils::interpolatePointOnLine( coords[i], coords[j], fraction ); in exportPolygons() local
309 const QVector<QgsMeshVertex> coords = in exportLines() local
371 … const QgsPoint xy = QgsGeometryUtils::interpolatePointOnLine( coords[i], coords[j], fraction ); in exportLines() local
/dports/math/R-cran-raster/raster/R/
H A DxyValuesBuffer.R7 .xyvBuf <- function(object, xy, buffer, fun=NULL, na.rm=TRUE, layer, nl, cellnumbers=FALSE, small=F… argument
60 coords <- xyFromCell(obj, cell) functionVar
101 clFun2 <- function(i, xy, rn, rx, cn, cx) { argument
112 coords <- xyFromCell(obj, cell) functionVar
/dports/www/moodle310/moodle/question/type/ddmarker/
H A Dshapes.php120 abstract public function is_point_in_shape($xy);
242 public function is_point_in_shape($xy) {
304 public function is_point_in_shape($xy) {
325 public $coords; variable in qtype_ddmarker_shape_polygon
385 public function is_point_in_shape($xy) {
H A Dquestion.php467 public $coords; variable in qtype_ddmarker_drop_zone
476 public function __construct($no, $shape, $coords) {
497 public function drop_hit($xy) {
/dports/www/moodle311/moodle/question/type/ddmarker/
H A Dshapes.php120 abstract public function is_point_in_shape($xy);
242 public function is_point_in_shape($xy) {
304 public function is_point_in_shape($xy) {
325 public $coords; variable in qtype_ddmarker_shape_polygon
385 public function is_point_in_shape($xy) {
H A Dquestion.php467 public $coords; variable in qtype_ddmarker_drop_zone
476 public function __construct($no, $shape, $coords) {
497 public function drop_hit($xy) {
/dports/www/moodle39/moodle/question/type/ddmarker/
H A Dshapes.php120 abstract public function is_point_in_shape($xy);
242 public function is_point_in_shape($xy) {
304 public function is_point_in_shape($xy) {
325 public $coords; variable in qtype_ddmarker_shape_polygon
385 public function is_point_in_shape($xy) {
H A Dquestion.php467 public $coords; variable in qtype_ddmarker_drop_zone
476 public function __construct($no, $shape, $coords) {
497 public function drop_hit($xy) {
/dports/math/R-cran-spdep/spdep/R/
H A Dnb2lines.R4 nb2lines <- function(nb, wts, coords, proj4string=NULL, as_sf=FALSE) { argument
42 xy <- cbind(xx, yy) functionVar
76 listw2lines <- function(listw, coords, proj4string=NULL, as_sf=FALSE) { argument
/dports/devel/py-shapely/Shapely-1.8.0/shapely/geometry/
H A Dlinestring.py131 coords = property(_get_coords, _set_coords) variable in LineString
134 def xy(self): member in LineString
221 coords = property(_get_coords) variable in LineStringAdapter
H A Dpoint.py179 coords = property(_get_coords, _set_coords) variable in Point
182 def xy(self): member in Point
236 coords = property(_get_coords) variable in PointAdapter
/dports/graphics/py-pygal/pygal-2.4.0/pygal/
H A Dsvg.py240 def line(self, node, coords, close=False, **kwargs): argument
252 coord_format = lambda xy: '%f %f' % (xy[1], xy[0]) argument
405 fmt = lambda xy: '%f %f' % (xy[1], xy[0]) argument
409 shr = lambda xy: (xy[0] + width, xy[1]) argument
410 shl = lambda xy: (xy[0] - width, xy[1]) argument
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DwriteData.R166 xy = NULL, argument
310 coords <- data.frame( dataframe
526 xy = NULL argument
/dports/games/phlipple/phlipple-0.8.5/src/
H A Dmainscreen.c695 struct xy struct
701 struct xy coords[4][5]; argument
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dcolor.c263 filled_polygon_common(int points, struct coordinate GPHUGE * coords, TBOOLEAN fixed, double z) in filled_polygon_common()
290 filled_polygon_3dcoords(int points, struct coordinate GPHUGE * coords) in filled_polygon_3dcoords()
300 filled_polygon_3dcoords_zfixed(int points, struct coordinate GPHUGE * coords, double z) in filled_polygon_3dcoords_zfixed()
358 int i, j, xy, xy2, xy_from, xy_to; in draw_inside_color_smooth_box_bitmap() local
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/nroff.d/
H A Ddraw.c63 struct bst coords = { variable
110 chkcoord(uint64_t xy) { in chkcoord()
/dports/science/octopus/octopus-10.5/src/basic/
H A Dblacs_proc_grid.F9080 integer :: dims(1:2), topo, coords(1:2), ix, iy, id, xy(2) local
/dports/science/axom/axom-0.6.1/src/axom/mint/execution/
H A Dxargs.hpp70 struct xy struct
99 struct coords struct
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DHigherOrderTest.cpp860 double coords[3*num_vtx] = { in test_hex_basic() local
974 double coords[DIM*NVTX] = { 0., 0., 0, in basic_tri_test() local
984 PlanarDomain xy( PlanarDomain::XY ); in basic_tri_test() local
1013 double coords[DIM*NVTX] = { p0.x(), p0.y(), p0.z(), in basic_tet_test() local
1055 double coords[DIM*NVTX] = { 0.0, 0.0, 0.0, in basic_quad_test() local
1068 PlanarDomain xy( PlanarDomain::XY ); in basic_quad_test() local
1107 double coords[DIM*NVTX] = { 0.0, 0.0, 0, in basic_hex_test() local
1197 double coords[DIM*NVTX] = { 0, 0, 0, in test_tri_open_domain() local
1298 double coords[DIM*NVTX] = { 0.00, 0.00, 0, in test_tri_slac() local
1308 PlanarDomain xy( PlanarDomain::XY ); in test_tri_slac() local
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Dutils.py504 def skycoord_to_pixel(coords, wcs, origin=0, mode='all'): argument
955 def fit_wcs_from_points(xy, world_coords, proj_point='center', argument

1234567