ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: discontinuous
       [not found] <4.3.2.7.0.20020621135625.00b75710@mail.northcoast.com>
@ 2002-06-23 21:46 ` Hans Hagen
  0 siblings, 0 replies; only message in thread
From: Hans Hagen @ 2002-06-23 21:46 UTC (permalink / raw)
  Cc: ntg-context

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
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-23 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4.3.2.7.0.20020621135625.00b75710@mail.northcoast.com>
2002-06-23 21:46 ` discontinuous Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).