From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8363 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: discontinuous Date: Sun, 23 Jun 2002 23:46:18 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.1.20020623234127.03443528@remote-1> References: <4.3.2.7.0.20020621135625.00b75710@mail.northcoast.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035398774 26950 80.91.224.250 (23 Oct 2002 18:46:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:46:14 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: David Arnold In-Reply-To: <4.3.2.7.0.20020621135625.00b75710@mail.northcoast.com> Xref: main.gmane.org gmane.comp.tex.context:8363 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8363 At 01:57 PM 6/21/2002 -0700, David Arnold wrote: >Hans, > >I am wondering if there is a nice way to take the paths > >(-1,0)--(0,1) > >and > >(0,1)--(1,0) > >and assign them as one object to a path variable. This seems a >contradiction, but perhaps it is possible? path p1, p2, p ; p1 := (-1,0)--(0,1) ; p2 := (0,1)--(1,0) ; p := p1 & p2 ; or p := p1 -- p2 ; as long as paths have common point you can always combine them in some way Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------