[pstricks] [pst-eucl] The problem when I use the macro \pstInterCC.

Herbert Voss Herbert.Voss at fu-berlin.de
Thu Jul 18 17:36:33 CEST 2019



Am 18.07.19 um 12:30 schrieb 廖雄飞:
> Hi,
>     When I use pst-eucl 1.64 to draw the intersections of two circles, 
> it is not work well.
> What is going wrong?
the intersections are calculated but not printed. Use \psdot

\documentclass{book}
\usepackage{auto-pst-pdf}
\usepackage{pst-eucl}

\begin{document}
\begin{pspicture}(-1.0,-1.0)(4,4)
\pstGeonode[PosAngle={-90,0}](2.5,0.0){P}(5.0,2.5){X}
% get the intersection Point
\pstInterCC[RadiusA=\pstDistVal{0.5},RadiusB=\pstDistVal{3.5},CodeFig]{X}{}{P}{}{T}{S}
\psdots(T)(S)
\end{pspicture}

\end{document}


Herbert





More information about the PSTricks mailing list