diff options
-rw-r--r-- | Build/source/utils/asymptote/doc/asymptote.pdf | bin | 1272511 -> 1272833 bytes | |||
-rw-r--r-- | Build/source/utils/asymptote/doc/asymptote.texi | 7 |
2 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/doc/asymptote.pdf b/Build/source/utils/asymptote/doc/asymptote.pdf Binary files differindex 71254d9591b..69f952a418e 100644 --- a/Build/source/utils/asymptote/doc/asymptote.pdf +++ b/Build/source/utils/asymptote/doc/asymptote.pdf diff --git a/Build/source/utils/asymptote/doc/asymptote.texi b/Build/source/utils/asymptote/doc/asymptote.texi index ce1c6573fc9..8dc6ac4605b 100644 --- a/Build/source/utils/asymptote/doc/asymptote.texi +++ b/Build/source/utils/asymptote/doc/asymptote.texi @@ -1,4 +1,4 @@ -A\input texinfo @c -*-texinfo-*- +\input texinfo @c -*-texinfo-*- @setfilename asymptote.info @settitle Asymptote: the Vector Graphics Language @include version.texi @@ -2577,11 +2577,6 @@ otherwise. returns an arbitrary point strictly inside a cyclic path @code{p} according to the fill rule @code{fillrule} (@pxref{fillrule}). -@cindex @code{side} -@item real side(pair a, pair b, pair c); -determines the side of @code{a--b} that c lies on (negative=left, -zero=on @code{a--b}, positive=right). - @cindex @code{incircle} @item real incircle(pair a, pair b, pair c, pair d); determines the side of the counterclockwise circle through @code{a,b,c} that |