انتقل إلى المحتوى

ملف:Moment of inertia cone.png

محتويات الصفحة غير مدعومة بلغات أخرى.
من ويكيبيديا، الموسوعة الحرة

Moment_of_inertia_cone.png(108 × 112 بكسل حجم الملف: 2 كيلوبايت، نوع MIME: image/png)

يُمثِّل: File:Moment of inertia cone.svg نسخةً شعاعيَّةً لهذه الصورة. ينبغي أن تستخدم الصورة الشعاعيَّة عندما تكون أعلى جودةً مِن الصورة النقطيَّة.

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

للمزيد من المعلومات، راجع صفحة Help:SVG.

بلغات أخرى
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
 
هذا الرسم المتجهي أُنشئ بواسطة 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:ar:مشاع إبداعي
نسب العمل إلى مُؤَلِّفه الإلزام بترخيص المُشتقات بالمثل
هذا الملفُّ مُرخَّص بموجب رخصة المشاع الإبداعي نسبة المُصنَّف إِلى مُؤَلِّفه - المشاركة بالمثل 3.0 العامة Subject to disclaimers.
يحقُّ لك:
  • مشاركة العمل – نسخ العمل وتوزيعه وبثُّه
  • إعادة إنتاج العمل – تعديل العمل
حسب الشروط التالية:
  • نسب العمل إلى مُؤَلِّفه – يلزم نسب العمل إلى مُؤَلِّفه بشكل مناسب وتوفير رابط للرخصة وتحديد ما إذا أجريت تغييرات. بالإمكان القيام بذلك بأية طريقة معقولة، ولكن ليس بأية طريقة تشير إلى أن المرخِّص يوافقك على الاستعمال.
  • الإلزام بترخيص المُشتقات بالمثل – إذا أعدت إنتاج المواد أو غيرت فيها، فيلزم أن تنشر مساهماتك المُشتقَّة عن الأصل تحت ترخيص الأصل نفسه أو تحت ترخيص مُتوافِقٍ معه.
تمت إضافة علامة الترخيص لهذا الملف كجزء من رخصة جنو للوثائق الحرة تحديث الترخيص.
GNU head يسمح نسخ وتوزيع و/أو تعديل هذه الوثيقة تحت شروط رخصة جنو للوثائق الحرة، الإصدار 1.2 أو أي إصدار لاحق تنشره مؤسسة البرمجيات الحرة؛ دون أقسام ثابتة ودون نصوص أغلفة أمامية ودون نصوص أغلفة خلفية. نسخة من الرخصة تم تضمينها في القسم المسمى GNU Free Documentation License. Subject to disclaimers.

الشروحات

أضف شرحاً من سطر واحد لما يُمثِّله هذا الملف

العناصر المصورة في هذا الملف

يُصوِّر

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي16:13، 3 يونيو 2006تصغير للنسخة بتاريخ 16:13، 3 يونيو 2006108 × 112 (2 كيلوبايت)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

لا توجد صفحات تستخدم هذا الملف.

الاستخدام العالمي للملف

الويكيات الأخرى التالية تستخدم هذا الملف: