CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2013
    Posts
    5

    plotting 3d graphs on c#

    I wanted to know how I get a picture or plot of a 3d function that you input on c#. Is there any free software for this?

    like for example plotting f1 below:
    double f1 = Math.Pow(x*y,2); return f1;

    Help would be much appreciated. I am new to c# and coding altogether!
    Last edited by SamHunter; June 1st, 2013 at 04:31 PM.

  2. #2
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Re: plotting 3d graphs on c#

    We are using FastGraph Library for 3D display routines.
    That is not free but that is good and easy to use . They have supported many programming languages.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured