Click here to Skip to main content
15,898,134 members
Articles / Desktop Programming / Windows Forms

Hypocycloid

Rate me:
Please Sign up or sign in to vote.
4.87/5 (49 votes)
22 Dec 2009CPOL3 min read 61.3K   578   46  
A Windows Forms control to model the behaviour of a hypocycloid curve.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hypocycloid", "Hypocycloid.csproj", "{9FA698C6-2520-47F2-A426-D5B24D996387}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9FA698C6-2520-47F2-A426-D5B24D996387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9FA698C6-2520-47F2-A426-D5B24D996387}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9FA698C6-2520-47F2-A426-D5B24D996387}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9FA698C6-2520-47F2-A426-D5B24D996387}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer Peter the Great St.Petersburg Polytechnic Universi
Russian Federation Russian Federation
Peter the Great St. Petersburg Polytechnic University professor,
Microsoft Authorized Educational Center trainer,
Microsoft Certified Professional (C# Desktop Apps and MFC)
Lectures on OOP, C# and C++, Windows programming with C# and C++.
Have long practice and experience in finding the right way to formulate and numerically solve differential equations.

Comments and Discussions