Home
last modified time | relevance | path

Searched refs:ordinate (Results 1 – 25 of 1630) sorted by relevance

12345678910>>...66

/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwlinearreferencing.c255 lwpoint_get_ordinate(const POINT4D *p, char ordinate) in lwpoint_get_ordinate() argument
263 switch (ordinate) in lwpoint_get_ordinate()
274 lwerror("Cannot extract %c ordinate.", ordinate); in lwpoint_get_ordinate()
291 switch (ordinate) in lwpoint_set_ordinate()
306 lwerror("Cannot set %c ordinate.", ordinate); in lwpoint_set_ordinate()
321 char ordinate, in point_interpolate() argument
331 if (!(ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M')) in point_interpolate()
355 if (dims[i] == ordinate) in point_interpolate()
461 ovp1 = lwpoint_get_ordinate(&p1, ordinate); in ptarray_clamp_to_ordinate_range()
472 ovp2 = lwpoint_get_ordinate(&p2, ordinate); in ptarray_clamp_to_ordinate_range()
[all …]
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwlinearreferencing.c255 lwpoint_get_ordinate(const POINT4D *p, char ordinate) in lwpoint_get_ordinate() argument
263 switch (ordinate) in lwpoint_get_ordinate()
274 lwerror("Cannot extract %c ordinate.", ordinate); in lwpoint_get_ordinate()
291 switch (ordinate) in lwpoint_set_ordinate()
306 lwerror("Cannot set %c ordinate.", ordinate); in lwpoint_set_ordinate()
321 char ordinate, in point_interpolate() argument
331 if (!(ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M')) in point_interpolate()
355 if (dims[i] == ordinate) in point_interpolate()
461 ovp1 = lwpoint_get_ordinate(&p1, ordinate); in ptarray_clamp_to_ordinate_range()
472 ovp2 = lwpoint_get_ordinate(&p2, ordinate); in ptarray_clamp_to_ordinate_range()
[all …]
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwlinearreferencing.c255 lwpoint_get_ordinate(const POINT4D *p, char ordinate) in lwpoint_get_ordinate() argument
263 switch (ordinate) in lwpoint_get_ordinate()
274 lwerror("Cannot extract %c ordinate.", ordinate); in lwpoint_get_ordinate()
291 switch (ordinate) in lwpoint_set_ordinate()
306 lwerror("Cannot set %c ordinate.", ordinate); in lwpoint_set_ordinate()
321 char ordinate, in point_interpolate() argument
331 if (!(ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M')) in point_interpolate()
355 if (dims[i] == ordinate) in point_interpolate()
461 ovp1 = lwpoint_get_ordinate(&p1, ordinate); in ptarray_clamp_to_ordinate_range()
472 ovp2 = lwpoint_get_ordinate(&p2, ordinate); in ptarray_clamp_to_ordinate_range()
[all …]
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwlinearreferencing.c259 if ( ! ( ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M' ) ) in lwpoint_get_ordinate()
265 if ( ordinate == 'X' ) in lwpoint_get_ordinate()
267 if ( ordinate == 'Y' ) in lwpoint_get_ordinate()
269 if ( ordinate == 'Z' ) in lwpoint_get_ordinate()
271 if ( ordinate == 'M' ) in lwpoint_get_ordinate()
291 if ( ! ( ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M' ) ) in lwpoint_set_ordinate()
293 lwerror("Cannot set %c ordinate.", ordinate); in lwpoint_set_ordinate()
299 switch ( ordinate ) in lwpoint_set_ordinate()
329 if ( ! ( ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M' ) ) in point_interpolate()
331 lwerror("Cannot set %c ordinate.", ordinate); in point_interpolate()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/efl/interfaces/
H A Defl_gfx_path.eo35 x: double; [[X co-ordinate of the current point.]]
36 y: double; [[Y co-ordinate of the current point.]]
44 x: double; [[X co-ordinate of control point.]]
45 y: double; [[Y co-ordinate of control point.]]
74 @in x: double; [[X co-ordinate of the current point.]]
75 @in y: double; [[Y co-ordinate of the current point.]]
102 @in ctrl_x: double; [[X co-ordinate of control point.]]
168 @in x: double; [[X co-ordinate of the rect.]]
169 @in y: double; [[Y co-ordinate of the rect.]]
205 @in x: double; [[X co-ordinate of the rectangle.]]
[all …]
H A Defl_gfx_gradient_linear.eo12 x: double; [[X co-ordinate of start point]]
13 y: double; [[Y co-ordinate of start point]]
23 x: double; [[X co-ordinate of end point]]
24 y: double; [[Y co-ordinate of end point]]
H A Defl_gfx_gradient_radial.eo12 x: double; [[X co-ordinate of center point]]
13 y: double; [[Y co-ordinate of center point]]
33 x: double; [[X co-ordinate of focal point]]
34 y: double; [[Y co-ordinate of focal point]]
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtlinearreferencing.c261 if ( ! ( ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M' ) ) in rtpoint_get_ordinate()
267 if ( ordinate == 'X' ) in rtpoint_get_ordinate()
269 if ( ordinate == 'Y' ) in rtpoint_get_ordinate()
271 if ( ordinate == 'Z' ) in rtpoint_get_ordinate()
273 if ( ordinate == 'M' ) in rtpoint_get_ordinate()
293 if ( ! ( ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M' ) ) in rtpoint_set_ordinate()
295 rterror(ctx, "Cannot set %c ordinate.", ordinate); in rtpoint_set_ordinate()
301 switch ( ordinate ) in rtpoint_set_ordinate()
331 if ( ! ( ordinate == 'X' || ordinate == 'Y' || ordinate == 'Z' || ordinate == 'M' ) ) in point_interpolate()
333 rterror(ctx, "Cannot set %c ordinate.", ordinate); in point_interpolate()
[all …]
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dlocator.c346 double xy[2], ordinate; in locator2longlat() local
362 ordinate = -90.0; in locator2longlat()
377 ordinate += locvalue * 180.0 / divisions; in locator2longlat()
380 ordinate += 90.0 / divisions; in locator2longlat()
382 xy[x_or_y] = ordinate; in locator2longlat()
417 double square_size, ordinate; in longlat2locator() local
426 ordinate = (x_or_y == 0) ? longitude / 2.0 : latitude; in longlat2locator()
430 ordinate = fmod(ordinate + 270.000001, 180.0); in longlat2locator()
435 locvalue = (int) (ordinate / square_size); in longlat2locator()
436 ordinate -= square_size * locvalue; in longlat2locator()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dlocator.cxx358 double xy[2], ordinate; in locator2longlat() local
374 ordinate = -90.0; in locator2longlat()
389 ordinate += locvalue * 180.0 / divisions; in locator2longlat()
392 ordinate += 90.0 / divisions; in locator2longlat()
394 xy[x_or_y] = ordinate; in locator2longlat()
430 double square_size, ordinate; in longlat2locator() local
439 ordinate = (x_or_y == 0) ? longitude / 2.0 : latitude; in longlat2locator()
443 ordinate = fmod(ordinate + 270.000001, 180.0); in longlat2locator()
448 locvalue = (int) (ordinate / square_size); in longlat2locator()
449 ordinate -= square_size * locvalue; in longlat2locator()
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dlocator2longlat.c71 double xy[2], ordinate; in locator2longlat() local
87 ordinate = -90.0; in locator2longlat()
102 ordinate += locvalue * 180.0 / divisions; in locator2longlat()
105 ordinate += 90.0 / divisions; in locator2longlat()
107 xy[x_or_y] = ordinate; in locator2longlat()
/dports/comms/hamlib/hamlib-4.3.1/src/
H A Dlocator.c485 double ordinate = -90.0; in locator2longlat() local
503 ordinate += locvalue * 180.0 / divisions; in locator2longlat()
507 ordinate += 90.0 / divisions; in locator2longlat()
509 xy[x_or_y] = ordinate; in locator2longlat()
570 double ordinate = (x_or_y == 0) ? longitude / 2.0 : latitude; in longlat2locator() local
574 ordinate = fmod(ordinate + 270.000001, 180.0); in longlat2locator()
581 locvalue = (int)(ordinate / square_size); in longlat2locator()
582 ordinate -= square_size * locvalue; in longlat2locator()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/function/
H A DStepFunction.java39 private final double[] ordinate; field in StepFunction
79 ordinate = MathArrays.copyOf(y); in StepFunction()
89 fx = ordinate[-index-2]; in value()
92 fx = ordinate[index]; in value()
96 fx = ordinate[0]; in value()
/dports/databases/postgis32/postgis-3.2.0/regress/core/
H A Dswapordinates_expected3 ERROR: Geometry does not have an M ordinate
4 ERROR: Geometry does not have a Z ordinate
5 ERROR: Invalid ordinate specification. Need two letters from the set (x,y,z,m). Got 'x'
6 ERROR: Invalid ordinate name 'p'. Expected x,y,z or m
/dports/databases/postgis30/postgis-3.0.4/regress/core/
H A Dswapordinates_expected3 ERROR: Geometry does not have an M ordinate
4 ERROR: Geometry does not have a Z ordinate
5 ERROR: Invalid ordinate specification. Need two letters from the set (x,y,z,m). Got 'x'
6 ERROR: Invalid ordinate name 'p'. Expected x,y,z or m
/dports/databases/postgis25/postgis-2.5.5/regress/
H A Dswapordinates_expected3 ERROR: Geometry does not have an M ordinate
4 ERROR: Geometry does not have a Z ordinate
5 ERROR: Invalid ordinate specification. Need two letters from the set (x,y,z,m). Got 'x'
6 ERROR: Invalid ordinate name 'p'. Expected x,y,z or m
/dports/databases/postgis31/postgis-3.1.4/regress/core/
H A Dswapordinates_expected3 ERROR: Geometry does not have an M ordinate
4 ERROR: Geometry does not have a Z ordinate
5 ERROR: Invalid ordinate specification. Need two letters from the set (x,y,z,m). Got 'x'
6 ERROR: Invalid ordinate name 'p'. Expected x,y,z or m
/dports/x11/lavalauncher/lavalauncher-v2.1.1/src/
H A Ditem.c460 item->ordinate = 0; in create_item()
477 uint32_t ordinate; in item_from_coords() local
479 ordinate = x - instance->item_area_dim.x; in item_from_coords()
481 ordinate = y - instance->item_area_dim.y; in item_from_coords()
486 if ( ordinate >= item->ordinate in item_from_coords()
487 && ordinate < item->ordinate + item->length ) in item_from_coords()
515 unsigned int index = 0, ordinate = 0; in finalize_items() local
524 it1->ordinate = ordinate; in finalize_items()
527 ordinate += it1->length; in finalize_items()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/impl/
H A DPackedCoordinateSequence.java238 public abstract void setOrdinate(int index, int ordinate, double value); in setOrdinate() argument
399 public double getOrdinate(int index, int ordinate) { in getOrdinate() argument
400 return coords[index * dimension + ordinate]; in getOrdinate()
406 public void setOrdinate(int index, int ordinate, double value) { in setOrdinate() argument
408 coords[index * dimension + ordinate] = value; in setOrdinate()
576 public double getOrdinate(int index, int ordinate) { in getOrdinate() argument
577 return coords[index * dimension + ordinate]; in getOrdinate()
583 public void setOrdinate(int index, int ordinate, double value) { in setOrdinate() argument
585 coords[index * dimension + ordinate] = (float) value; in setOrdinate()
/dports/math/drgeo/drgeo-1.1.0/geo/
H A DDevelopersFAQ168 <y>ordinate</y>
283 <y>ordinate</y>
288 <y>ordinate</y>
295 <y>ordinate</y>
300 <y>ordinate</y>
305 <y>ordinate</y>
310 <y>ordinate</y>
315 <y>ordinate</y>
320 <y>ordinate</y>
325 <y>ordinate</y>
[all …]
/dports/misc/vxl/vxl-3.3.2/core/doc/book/
H A Dchapter_vcsl.texi2 Metric entities, co-ordinate systems and transformations.
6 for representing co-ordinate systems, transformations, dimensions, and metric
12 @item 2D and 3D Cartesian co-ordinate systems
13 @item Various polar co-ordinate systems
14 @item Various geographic co-ordinate systems
53 @subsection Co-ordinate Systems and Transformations
108 @item @code{vcsl_graph} - Represent multiple co-ordinate systems and transformation between them.
114 The following example shows how to use and build a set of co-ordinate systems.
125 //: Graph of defined CS (Co-ordinate system)
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/common/
H A DLTKScreenContext.cpp377 int LTKScreenContext::addHLine(float ordinate) in addHLine() argument
382 if(ordinate<0) in addHLine()
387 m_hLines.push_back(ordinate); in addHLine()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-polygon-intersect.c47 int32_t ordinate; member
149 cmp = a->y.ordinate - b->y.ordinate; in _cairo_bo_point32_compare()
157 return a->x.ordinate - b->x.ordinate; in _cairo_bo_point32_compare()
549 ordinate.ordinate = quo; in round_to_nearest()
552 return ordinate; in round_to_nearest()
650 if (a.ordinate > b) in _cairo_bo_intersect_ordinate_32_compare()
652 if (a.ordinate < b) in _cairo_bo_intersect_ordinate_32_compare()
915 point.y.ordinate); in event_queue_insert_stop()
1359 events[j].point.x.ordinate = in _cairo_polygon_intersect()
1361 events[j].point.y.ordinate); in _cairo_polygon_intersect()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-polygon-intersect.c47 int32_t ordinate; member
149 cmp = a->y.ordinate - b->y.ordinate; in _cairo_bo_point32_compare()
157 return a->x.ordinate - b->x.ordinate; in _cairo_bo_point32_compare()
549 ordinate.ordinate = quo; in round_to_nearest()
552 return ordinate; in round_to_nearest()
650 if (a.ordinate > b) in _cairo_bo_intersect_ordinate_32_compare()
652 if (a.ordinate < b) in _cairo_bo_intersect_ordinate_32_compare()
915 point.y.ordinate); in event_queue_insert_stop()
1359 events[j].point.x.ordinate = in _cairo_polygon_intersect()
1361 events[j].point.y.ordinate); in _cairo_polygon_intersect()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-polygon-intersect.c47 int32_t ordinate; member
149 cmp = a->y.ordinate - b->y.ordinate; in _cairo_bo_point32_compare()
157 return a->x.ordinate - b->x.ordinate; in _cairo_bo_point32_compare()
549 ordinate.ordinate = quo; in round_to_nearest()
552 return ordinate; in round_to_nearest()
650 if (a.ordinate > b) in _cairo_bo_intersect_ordinate_32_compare()
652 if (a.ordinate < b) in _cairo_bo_intersect_ordinate_32_compare()
915 point.y.ordinate); in event_queue_insert_stop()
1359 events[j].point.x.ordinate = in _cairo_polygon_intersect()
1361 events[j].point.y.ordinate); in _cairo_polygon_intersect()
[all …]

12345678910>>...66