File:Polygon vertex labels.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为767 × 264像素,文件大小:31 KB)


摘要

描述 Illustration of labeling of vertices on a five sided polygon, including the convention that vertex zero is the same as the last vertex.
日期
来源 自己的作品
作者 Qef
其他版本 LabeledPolygon.png
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用MetaPost创作。
 
The file size of this SVG image may be irrationally large because its text has been converted to paths inhibiting translations.
源代码
InfoField

PostScript code

mpost fig.mp
ps2pdf -dEPSCrop fig.1 fig.pdf
pstoedit -page 1 -dt -xscale 2 -yscale 2 -f sk fig.pdf fig.sk
inkscape -z --vacuum-defs -f fig.sk -l fig.svg

Data

//where ''fig.mp'' is a file containing the following MetaPost program:
prologues := 3;
input boxes

beginfig(1);
pickup pencircle scaled 2pt;

numeric polyscale, textscale;
polyscale := .8;
textscale := 2;
dotlabeldiam := 6bp;    % dots twice normal size

% Vertices, based on the oritinal bitmap version.
z0 = polyscale*(280, 170);
z1 = polyscale*(58, 65);
z2 = polyscale*(398, 44);
z3 = polyscale*(387, 114);
z4 = polyscale*(350, 102);

% Position of label in middle.
z5 = polyscale*(240, 105);

path poly;
poly = z0--z1--z2--z3--z4--cycle;
fill poly withcolor 0.85white;
draw poly;

label(btex$ n = 5 $etex scaled textscale, z5);

dotlabel.top(btex$ x_0, y_0 = x_5, y_5 $etex scaled textscale, z0);
dotlabel.lft(btex$ x_1, y_1 $etex scaled textscale, z1);
dotlabel.rt (btex$ x_2, y_2 $etex scaled textscale, z2);
dotlabel.rt (btex$ x_3, y_3 $etex scaled textscale, z3);
dotlabel.bot(btex$ x_4, y_4 $etex scaled textscale, z4);

endfig;
end

许可协议

Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2016年10月11日 (二) 11:212016年10月11日 (二) 11:21版本的缩略图767 × 264(31 KB)Svjonon-colliding text/borders
2009年7月13日 (一) 09:582009年7月13日 (一) 09:58版本的缩略图744 × 246(36 KB)Qef{{Information |Description=Illustration of labeling of vertices on a five sided polygon, including the convention that vertex zero is the same as the last vertex. |Source=self-made |Date=2009-07-13 |Author= Qef |Permission= |other_versions=[[

没有页面链接到本图像。

全域文件用途

以下其他wiki使用此文件:

元数据