Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Grapher

Discussion in 'Assets and Asset Store' started by hencz, May 24, 2011.

  1. hencz

    hencz

    Joined:
    Aug 19, 2010
    Posts:
    86
    Grapher

    An editor window to test your algebraic functions,

    gives a graphical output on the range of -1 to 1.

    You can use C# operators such as: + - / * % etc.

    Comment out something with /* */

    Mathematical functions you can use:

    abs acos asin atan asin ceil cos exp floor log log10 max min pow round sign sin sqrt tan trunc clamp clamp01
    Screenshot:


    Price:
    -Indie: $5
    -Commercial: $10

    Buy
     
  2. p6r

    p6r

    Joined:
    Nov 6, 2010
    Posts:
    1,158
    Very clever !!!!!!!!!!!!!!!!!!!!
    6R
     
  3. Muzzn

    Muzzn

    Joined:
    Jan 23, 2011
    Posts:
    406
    Does it do reciprocals?
     
  4. hencz

    hencz

    Joined:
    Aug 19, 2010
    Posts:
    86
    You mean hyperbola? Like N/x where N is a constant?
    It does:
     
  5. kenshin

    kenshin

    Joined:
    Apr 21, 2010
    Posts:
    940
    Really an interesting work, congratulation! :)
     
  6. hencz

    hencz

    Joined:
    Aug 19, 2010
    Posts:
    86
    Thanks. It uses the C# compiler under the hood, so the coding was easy, it was done in a few hours. I tested it and it works on mac os x so it must work on pc's as well.
     
  7. Muzzn

    Muzzn

    Joined:
    Jan 23, 2011
    Posts:
    406
    I'm impressed. How about differentiation?
     
  8. hencz

    hencz

    Joined:
    Aug 19, 2010
    Posts:
    86
    Can you give me an example? I'm not into math that much :)
    Technically it should be able to evaluate any function that contains the supported operations while the result is within the range of -1 to 1.
     
    Last edited: May 24, 2011