summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-eucl/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-eucl/Changes')
-rw-r--r--Master/texmf-dist/doc/generic/pst-eucl/Changes14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/Changes b/Master/texmf-dist/doc/generic/pst-eucl/Changes
index 585f6936d30..eb8fab448ec 100644
--- a/Master/texmf-dist/doc/generic/pst-eucl/Changes
+++ b/Master/texmf-dist/doc/generic/pst-eucl/Changes
@@ -1,9 +1,23 @@
pst-eucl.pro --------
+1.02 2019/11/21 - add DeterminantTwo,DeterminantThree,DeterminantFour,DeterminantFive.
1.01 2012/09/21 - fix for introduced bug
1.00 2011/08/05 - fix bug in /InterLines
pst-eucl.tex --------
+1.68 2019/11/21 - add macros to construct a triangle by SSS, SAS, ASA, AAS, \pstTriangleSSS, \pstTriangleSAS, etc.
+ - add macro to get the bisector node of angle AOB, \pstBisectorAOB, refer to pstBissectBAC, pstOutBissectBAC.
+ - add macro to get the Golden Mean node of a given segment, \pstGoldenMean.
+ - add macro to define an ellipse by its focus(F) and directrix line(l) and eccentricity(e), \pstGeneralEllipseFle.
+ - add macro to define an ellipse by quadratic curve equation $ax^2+bxy+cy^2+dx+ey+f=0$, \pstGeneralEllipseCoef.
+ - add macro to define an ellipse by given five points, \pstGeneralEllipseABCDE.
+ - add macro to define an parabola by its focus(F) and directrix line(l), \pstGeneralParabolaFl.
+ - add macro to define an parabola by quadratic curve equation $ax^2+bxy+cy^2+dx+ey+f=0$, \pstGeneralParabolaCoef.
+ - add macro to define an parabola by given five points, \pstGeneralParabolaABCDE.
+ - add macro to define an hyperbola by its focus(F) and directrix line(l) and eccentricity(e), \pstGeneralHyperbolaFle.
+ - add macro to define an hyperbola by quadratic curve equation $ax^2+bxy+cy^2+dx+ey+f=0$, \pstGeneralHyperbolaCoef.
+ - add macro to define an hyperbola by given five points, \pstGeneralHyperbolaABCDE.
+ - add macro to draw the line Ax+By+C=0, \pstLineCoef.
1.67 2019/10/28 - add macros to add/subtract/divide the length of two segment, \pstDistAdd, \pstDistSub, and \pstDistDiv etc.
- add macros to reduce or enlarge the distance, \pstDistMul, \pstDistCoef.
- add macro to get the distance from point C to line AB, \pstDistABC.