ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Severin Obertuefer" <seob@gmx.ch>
Subject: Re: [NTG-context]metapost prblem
Date: Mon, 22 Sep 2003 13:37:47 +0200 (MEST)	[thread overview]
Message-ID: <24813.1064230667@www14.gmx.net> (raw)
In-Reply-To: <20030922094520.41601502.morawski@gmx.net>

thanks for your answer

it works, but only with a "normal" circle.
if the circle is xyscaled the same thing seems to bee much more
complicate...
here is the mp-code once again:

beginfig(2);
path c;
pair A, B;
c := fullcircle scaled 2 cm xyscaled(1.3,.8);
A := (origin--(3cm,2cm)) intersectionpoint subpath (0,2) of c;
B := (origin--(-5cm,1cm)) intersectionpoint subpath (2,4) of c;
draw c;
draw origin--B;
draw origin--A;
endfig;

how can i clip the part of the path c between A and B in this case??

thanks for help

severin
> On Sun, 21 Sep 2003 21:24:04 +0200 (MEST)
> Severin Obertuefer <seob@gmx.ch> wrote:
> 
> > how can I cut the the part of the path c between A and B, so that the
> result
> > is like a cheese :)
> 
> path cheese ;
> cheese := c rotated angle B ;
> cheese := cheese cutafter (origin--A) ;
> 
> 
> Jens
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
+++ GMX - die erste Adresse für Mail, Message, More! +++

Getestet von Stiftung Warentest: GMX FreeMail (GUT), GMX ProMail (GUT)
(Heft 9/03 - 23 e-mail-Tarife: 6 gut, 12 befriedigend, 5 ausreichend)

Jetzt selbst kostenlos testen: http://www.gmx.net

  reply	other threads:[~2003-09-22 11:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-21 19:24 (no subject) Severin Obertuefer
2003-09-22  7:45 ` Jens-Uwe Morawski
2003-09-22 11:37   ` Severin Obertuefer [this message]
2003-09-22 12:50     ` Re: [NTG-context]metapost prblem Jens-Uwe Morawski
2003-09-23 20:20       ` Severin Obertüfer
2003-09-22 12:52     ` Emil Hedevang Lohse
2003-09-22 19:32     ` Jens-Uwe Morawski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24813.1064230667@www14.gmx.net \
    --to=seob@gmx.ch \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).