[pstricks] bezier in pst-eucl
Doris Wagner
doris.wagner at mac.com
Mon Jul 28 23:19:41 CEST 2008
> Why don't you know the coordinates?
I'm no programmer, I don't understand postscript code or any other
source code.
> The source code of \pstInterCC tells
> me about the parameters:
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> %% Intersection between two circles
> %% #2 #3 -> nodes defining the first circle
> %% #4 #5 -> nodes defining the second circle
> %% #6 -> node name of the first point
> %% #7 -> node name of the second point
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> So after using \pstInterCC you get two nodes which you can use later
> for
> other stuff.
how exactly?
here is my minimal example:
\documentclass{article}
\usepackage{pstricks}\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}(-1,-3)(11,5)
\pstGeonode[PosAngle={180,90,0}](0,0){A}(7,3){B}(10,0){C}
\pstGeonode[PointName={none,none},PointSymbol={none,none}]
(3.52,1.45333){M}(8.48,1.48){N}
\pstInterCC[PointNameA=none,PointNameB=D,PosAngleB=-80]{M}{B}{N}{B}{X}
{D}
\end{pspicture}
I'd like to draw a bezier curve using (0,0), (6,-0.1), D, (10,0)
and I'd also like to draw a curve (not bezier) containing (0,0), D,
(10,0)
tia
d
More information about the PSTricks
mailing list