Asymptote: CSE5: Difference between revisions
expand |
|||
| Line 1: | Line 1: | ||
{{Asymptote}} | {{Asymptote}} | ||
The Asymptote '''CSE5''' package is a useful package that is supported on the AoPS forum. It is much larger than most other packages, and contains doubles of each function; a function with a full name and a function with an abbreviated name. | |||
== Mark Angle ( MA ) == | ==Function List== | ||
function MA ( pair A, real t1, real t2, label L, color C) | === Mark Angle ( MA ) === | ||
function MA ( pair A, real t1, real t2, label L, color C ) | |||
This function marks an angle around point <math>A</math>, starting at angle <math>t1</math> degrees (<math>0</math> is the horizontal Ox axis, if the coordinate system would be centered in <math>A</math>), up to angle <math>t2</math>, with label <math>L</math> ("<nowiki>$\frac{\pi}{3}$</nowiki>" for example is a good value for this parameter), and color <math>C</math> (options are: <math>g</math> (gray), <math>lb</math> (light blue)). | |||
== See Also == | |||
*<url>viewtopic.php?t=149650 Description of the package</url> by [[AoPS]] user [[User:fedja|fedja]]. | |||
Revision as of 21:10, 15 November 2007
The Asymptote CSE5 package is a useful package that is supported on the AoPS forum. It is much larger than most other packages, and contains doubles of each function; a function with a full name and a function with an abbreviated name.
Function List
Mark Angle ( MA )
function MA ( pair A, real t1, real t2, label L, color C )
This function marks an angle around point
, starting at angle
degrees (
is the horizontal Ox axis, if the coordinate system would be centered in
), up to angle
, with label
("$\frac{\pi}{3}$" for example is a good value for this parameter), and color
(options are:
(gray),
(light blue)).