This is a file from the Wikimedia Commons

File:Angles at a pt.svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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

Summary

SVG version of Angles at a pt.GIF

Licensing

© 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);

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/svg+xml

36117e0259b3e6588e1d9cd0af8f54539b60d9e5

3,948 byte

146 pixel

159 pixel

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)WmhericSVG version of File:Angles_at_a_pt.GIF Category:Angles

Global file usage

The following other wikis use this file: