File:Angles at a pt.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 159 × 146 pixels, file size: 4 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]

SVG version of Angles at a pt.GIF

Licensing

[edit]
© The copyright holder of this file allows anyone to use it for any purpose, provided that the copyright holder is properly attributed. Redistribution, derivative work, commercial use, and all other use is permitted.

 
The SVG code is valid.
 
This vector image was created with MetaPost.

Source code

InfoField

PostScript code

metapost-source
def draw_angle(expr A,O,B,r) =
    draw (O + r*unitvector(A-O))
         { r*unitvector(A-O) rotated 90 }
         ..
         { r*unitvector(B-O) rotated 90 }
         (O + r*unitvector(B-O));
enddef;

u := 1cm;

pair O,A,B,C;

O := origin;
A := (-3,0)*u;
B := A rotated (-130);
C := (0,-2.2)*u;

draw O--A;
draw O--B;
draw O--C;

draw_angle(A,O,C,1.2u);
draw_angle(B,O,A,0.8u);
draw_angle(C,O,B,1.0u);

label.llft(btex O etex, O);
label.lft(btex A etex, A);
label.urt(btex B etex, B);
label.bot(btex C etex, C);

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:29, 15 May 2010Thumbnail for version as of 15:29, 15 May 2010159 × 146 (4 KB)Wmheric (talk | contribs)SVG version of File:Angles_at_a_pt.GIF Category:Angles

File usage on other wikis

The following other wikis use this file: