Difference between revisions of "Asymptote: CSE5"

m (Mark Angle ( MA ))
(expand)
Line 1: Line 1:
 
{{Asymptote}}
 
{{Asymptote}}
{{stub}}
+
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 )
  
Marks an angle around point A, starting at angle t1 degrees (0 is the horizontal Ox axis, if the coordinate system would be centered in A), up to angle t2, with label L ("<nowiki>$\frac{\pi}{3}$</nowiki>" for example is a good value for this parameter), and color C (options are: g (gray), lb (light blue)).
+
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 22:10, 15 November 2007

Asymptote (Vector Graphics Language)
Getting Started - Basics - Drawing - Labeling - Filling - Useful functions - Examples - Macros and Packages

Help - Reference - Advanced Asymptote - 3D Graphics - CSE5 Package - How to

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 $A$, starting at angle $t1$ degrees ($0$ is the horizontal Ox axis, if the coordinate system would be centered in $A$), up to angle $t2$, with label $L$ ("$\frac{\pi}{3}$" for example is a good value for this parameter), and color $C$ (options are: $g$ (gray), $lb$ (light blue)).

See Also

  • <url>viewtopic.php?t=149650 Description of the package</url> by AoPS user fedja.