File:Hypocycloid-4.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 340 × 340 pixels. Other resolutions: 240 × 240 pixels | 480 × 480 pixels | 768 × 768 pixels | 1,024 × 1,024 pixels | 2,048 × 2,048 pixels.
Original file (SVG file, nominally 340 × 340 pixels, file size: 4 KB)
File information
Structured data
Captions
Summary
[edit]English: Hypocycloid with
This W3C-unspecified vector image was created with Inkscape .
c#ban a leprogramozása(forráskód):
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication1 {
public partial class Form1 : Form { Graphics mygr; Pen mypen; public Form1() { InitializeComponent(); }
private void Form1_Paint(object sender, PaintEventArgs e) { mygr = CreateGraphics(); mypen = new Pen(Color.Red, 3); }
private void button1_Click(object sender, EventArgs e) { kor(100); } private PointF F(double u,int R) { PointF SP = new PointF(); SP.X=(float)(R*Math.Pow(Math.Cos(u),3)); SP.Y = (float)(R *Math.Pow(Math.Sin(u),3)); return (SP); } private void kor(int R) { int db = 50; double a = 0; double b = 2 * Math.PI; double h = Math.Abs(b - a)/db; double u = a; PointF P0, P1; P0=new PointF(); P1=new PointF();; P0 = F(u,R); mygr.TranslateTransform(100, 100); for (int i = 2; i <= db+1; i++) { u = u + h; P1 = F(u, R); mygr.DrawLine(mypen,P0,P1); P0 = P1; }
} }
}
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 18:40, 10 March 2007 | 340 × 340 (4 KB) | Joelholdsworth~commonswiki (talk | contribs) | == Summary == {{en|Hypocycloid with <math>k=4</math>}} {{Created with Inkscape}} == Licensing == {{PD-self}} |
You cannot overwrite this file.
File usage on Commons
The following 2 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on bg.wikipedia.org
- Usage on bs.wikipedia.org
- Usage on ca.wikipedia.org
- Usage on en.wikipedia.org
- Usage on es.wikipedia.org
- Usage on eu.wikipedia.org
- Usage on fi.wikipedia.org
- Usage on he.wikipedia.org
- Usage on hu.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on ml.wikipedia.org
- Usage on nn.wikipedia.org
- Usage on pt.wikipedia.org
- Usage on ro.wikipedia.org
- Usage on sl.wikipedia.org
- Usage on sr.wikipedia.org
- Usage on ta.wikipedia.org
- Usage on th.wikipedia.org
- Usage on uk.wikipedia.org