| |
| | cspice_sdiff (Site not responding. Last check: 2007-11-07) |
 | | the call: cspice_diff, a, b, c returns: c is a CSPICE set, distinct from sets 'a' and 'b' but with the same type, containing the difference of 'a' and 'b' (that is, all of the elements which are in 'a' or 'b' but NOT both). |
 | | ;; cspice_insrti, ints1, a cspice_insrti, ints2, b ;; ;; Calculate the symmetric difference between sets, ;; 'a' and 'b' return that difference to set 'c'. |
 | | difference {c,d} = {a,b,c,d} {a,b,c} {b,c,d} {a,d} {a,b,c,d} {} {a,b,c,d} {} {a,b,c,d} {a,b,c,d} {} {} {} The user must create any needed cell structures with cspice_celld, cspice_celli prior to use regardless of whether the routine uses the cell as input or returns it as output. |
| www.gps.caltech.edu /~marsdata/icy/cspice_sdiff.html (436 words) |
|