Difference between revisions of "Asymptote: CSE5"

(New page: {{Asymptote}} {{stub}} == 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 O...)
(No difference)

Revision as of 13:54, 30 October 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

This article is a stub. Help us out by expanding it.

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 ("$64.5$" for example is a good value for this parameter), and color C (options are: g (gray), lb (light blue)).