diff options
Diffstat (limited to 'Build/source/utils/asymptote/asy.list')
-rw-r--r-- | Build/source/utils/asymptote/asy.list | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/asy.list b/Build/source/utils/asymptote/asy.list index de52cc84d39..d0dd94a4123 100644 --- a/Build/source/utils/asymptote/asy.list +++ b/Build/source/utils/asymptote/asy.list @@ -2521,6 +2521,7 @@ arc reverse(arc a); point gergonne(triangle t); real focusToCenter(ellipse el, real a); hyperbola hyperbola(point P1, point P2, real ae, bool byfoci=<default>); +hyperbola hyperbola(point F1, point F2, point M); hyperbola hyperbola(point C, real a, real b, real angle=<default>); hyperbola hyperbola(bqe bqe); hyperbola hyperbola(point M1, point M2, point M3, point M4, point M5); @@ -3496,6 +3497,7 @@ rational max(rational[] a); simplex operator init(); void simplexPhase1(rational[] c, rational[][] A, rational[] b, int[] Bindices); void simplexTableau(rational[][] E, int[] Bindices, int I=<default>, int J=<default>); +void simplexStandard(rational[] c, rational[][] A, int[] s=<default>, rational[] b); void simplexPhase2(); void simplexWrite(rational[][] E, int[] Bindices, int, int); path roundedpath(path A, real R, real S=<default>); @@ -3750,8 +3752,8 @@ pen Black; pen NavyBlue; pen Rhodamine; pen YellowOrange; -pen Maroon; pen ProcessBlue; +pen Maroon; pen YellowGreen; pen LimeGreen; pen Green; @@ -3825,8 +3827,8 @@ pen Pink; pen MintCream; pen DarkTurquoise; pen Lime; -pen SteelBlue; pen Gray; +pen SteelBlue; pen MediumBlue; pen MediumOrchid; pen MediumPurple; @@ -3844,22 +3846,22 @@ pen Goldenrod; pen ForestGreen; pen Chartreuse; pen NavajoWhite; -pen LemonChiffon; pen Tan; +pen LemonChiffon; pen DarkMagenta; pen AntiqueWhite; pen PaleTurquoise; pen IndianRed; pen Aquamarine; -pen Aqua; pen Crimson; +pen Aqua; pen Azure; pen LawnGreen; pen Brown; pen BurlyWood; pen Moccasin; -pen Lavender; pen DarkBlue; +pen Lavender; pen Peru; pen White; pen Purple; |