File:Moment of inertia cone.png

Moment_of_inertia_cone.png(108 × 112 像素,檔案大小:2 KB,MIME 類型:image/png


File:Moment of inertia cone.svg是本檔案的向量版本。 如果品質不低,就應該優先使用該檔案,而非PNG檔案。

File:Moment of inertia cone.png → File:Moment of inertia cone.svg

更多資訊請參閱Help:SVG/zh

其他語言
Alemannisch  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
新SVG圖片

摘要

描述 MetaPost image of a cone, with dimensions and axes specified. Embedded in a TeX document, viewed with gv, rasterized via screenshot, saved as PNG with The Gimp, and compressed with optipng.
日期 日期不明
來源 en.wikipedia.org
作者 Grendelkhan
授權許可
(重用此檔案)
Grendelkhan
PNG開發
InfoField
 
本PNG 點陣圖使用MetaPost創作。
原始碼
InfoField

PostScript code

u=18mm;
 textscale=u/12mm;

 % this MetaPost script generates a PostScript file, which is then included in a
 % TeX document. if you want to generate EPS from this, you'll have to uncomment
 % the following line. (and probably do a couple more things, to boot.)
 %prologues := 1;

 def cone =
   begingroup;
   save pmax,dmax,persp,persp_nt,tens,arr;
   save harr,rarr;
   save p,d;
   save axisprotrusion;
   save xax,yax,zax;
   save height,width,heightu,widthu;
   pmax = 2; dmax = 0;
   persp_nt = 0.5;
   tens = 2-persp_nt;
   persp = persp_nt*u;
   arr = 0.3u; % how far to offset the arrows from the diagram
   axisprotrusion = 0.4u;  % how far do the axes protrude?
   pair harr[],rarr[]; % endpoints for arrows
   path p[],d[]; % just plain paths for now
   pair xax[],yax[],zax[]; % x,y,z are taken; these are for the axes
   % parameters for the actual cone
   height = 1;
   width = 1.5;
   heightu = height*u;
   widthu = width*u;
   % solid paths
   p0 = (0,0)--(widthu/2,heightu);
   p1 = (0,0)--(-widthu/2,heightu);
   p2 = fullcircle scaled u xscaled width yscaled persp_nt shifted (0,heightu);
   % dotted paths
   % don't draw this; it's reference for the y-axis
   d99 = halfcircle scaled u xscaled 2 yscaled (2*persp_nt) rotated 180;
   % endpoints of dimension arrows
   harr0 = (widthu/2,0);
   harr1 = (widthu/2,heightu);
   rarr0 = (0,heightu);
   rarr1 = (widthu/2,heightu);

   % actually draw
   pickup pencircle scaled 1pt;
   for i=0 upto pmax:
     draw p[i];
   endfor;
   drawdblarrow (harr0..harr1);
   label.rt(btex $h$ etex scaled textscale,.5[harr0,harr1]);
   drawdblarrow (rarr0..rarr1);
   label.top(btex $r$ etex scaled textscale,.3[rarr0,rarr1]);
   % x axis
   xax0 = (0,0);
   xax1 = (widthu/2+arr,0);
   drawarrow (xax0..xax1);
   label.rt(btex $x$ etex scaled textscale,xax1);
   % y axis
   yax0 = (0,0);
   yax1 = point 1 of d99;
   yax2 = (width*persp_nt)[yax0,yax1];
   drawarrow (yax0..yax2);
   label.bot(btex $y$ etex scaled textscale,yax2);
   % z axis
   zax0 = (0,0);
   zax1 = (0,heightu);
   zax2 = (0,heightu+axisprotrusion);
   drawarrow (zax1..zax2);
   draw zax0..zax1 dashed evenly;
   label.top(btex $z$ etex scaled textscale,zax2);
   endgroup;
 enddef;

 beginfig(1)
   cone;
 endfig;

授權條款

w:zh:創用CC
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 3.0 未在地化版本授權條款。 受免責聲明的約束。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。
GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。 受免責聲明的約束。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2006年6月3日 (六) 16:13於 2006年6月3日 (六) 16:13 版本的縮圖108 × 112(2 KB)Szwedzki== Summary == {{Information |Description=MetaPost image of a cone, with dimensions and axes specified. Embedded in a TeX document, viewed with gv, rasterized via screenshot, saved as PNG with The Gimp, and compressed with optipng. |Source=en.wikipedia.org

沒有使用此檔案的頁面。

全域檔案使用狀況

以下其他 wiki 使用了這個檔案: