|
7 | 7 | *
|
8 | 8 | * Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_operator.h,v 1.46 1998/10/2904:22:52 tgl Exp $ |
| 10 | + * $Id: pg_operator.h,v 1.47 1998/10/2918:10:23 thomas Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * the genbki.sh script reads this file and generates .bki
|
@@ -183,7 +183,7 @@ DATA(insert OID = 508 ( ">>" PGUID 0 b t f 600 600 16 0 0 0 0 point
|
183 | 183 | DATA(insertOID=509 ("<^"PGUID0btf600600160000point_belowintltselintltjoinsel ));
|
184 | 184 | DATA(insertOID=510 ("~="PGUID0btf60060016510000point_eqintltselintltjoinsel ));
|
185 | 185 | DATA(insertOID=511 ("@"PGUID0btf600603160000on_pbintltselintltjoinsel ));
|
186 |
| -DATA(insertOID=512 ("@"PGUID0btf600602160000on_ppathintltselintltjoinsel )); |
| 186 | +DATA(insertOID=512 ("@"PGUID0btf60060216755000on_ppathintltselintltjoinsel )); |
187 | 187 | DATA(insertOID=513 ("@@"PGUID0ltf06036000000box_centerintltselintltjoinsel ));
|
188 | 188 | DATA(insertOID=514 ("*"PGUID0btf232323514000int4mulintltselintltjoinsel ));
|
189 | 189 | DATA(insertOID=515 ("!"PGUID0rtf230230000int4facintltselintltjoinsel ));
|
@@ -371,8 +371,7 @@ DATA(insert OID = 736 ( "+" PGUID 0 b t f 602 600602 0 0 0 0 path_add
|
371 | 371 | DATA(insertOID=737 ("-"PGUID0btf6026006020000path_sub_pt-- ));
|
372 | 372 | DATA(insertOID=738 ("*"PGUID0btf6026006020000path_mul_pt-- ));
|
373 | 373 | DATA(insertOID=739 ("/"PGUID0btf6026006020000path_div_pt-- ));
|
374 |
| -DATA(insertOID=754 ("@"PGUID0btf60060216755000pt_contained_path-- )); |
375 |
| -DATA(insertOID=755 ("~"PGUID0btf60260016754000path_contain_pt-- )); |
| 374 | +DATA(insertOID=755 ("~"PGUID0btf60260016512000path_contain_pt-- )); |
376 | 375 | DATA(insertOID=756 ("@"PGUID0btf60060416757000pt_contained_poly-- ));
|
377 | 376 | DATA(insertOID=757 ("~"PGUID0btf60460016756000poly_contain_pt-- ));
|
378 | 377 | DATA(insertOID=758 ("@"PGUID0btf60071816759000pt_contained_circle-- ));
|
|