Thread: Cubic interpolation

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Cubic interpolation

    Looking for a function for cubic interpolation.

    Tutorial at www.flipcode.com talks about it, but does not explain it or how to code it.

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    That would be bi-cubic interpolation, in case anyone did not understand what I'm looking for.

  3. #3
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    http://www.mathworks.com/access/help...opt2pt15.shtml

    any questions? i think that explains it well enough...
    hasafraggin shizigishin oppashigger...

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Uh......yeah, that explains it. It also shows me that bi-cubic interpolation just ain't gonna happen in real time rendering.

    I'll try to code it in asm using the FPU, but I'm not expecting it to remain in my code.

    Thanks for the link, though.

  5. #5
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    yes it is computationally expensive... try to find other ways to at least emulate the results... i'm sorry if i was vague...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bilinear interpolation
    By cboard_member in forum Game Programming
    Replies: 5
    Last Post: 03-28-2007, 10:51 PM
  2. Cubic equation program not giving me right answers
    By face_master in forum C++ Programming
    Replies: 8
    Last Post: 08-24-2006, 05:42 PM
  3. Replies: 0
    Last Post: 06-14-2006, 03:45 AM
  4. Interpolation in C - Help
    By finnpark in forum C Programming
    Replies: 3
    Last Post: 11-01-2005, 12:44 PM
  5. Cubic Root by Newton's Iterative Method
    By amirahasanen1 in forum C++ Programming
    Replies: 2
    Last Post: 03-15-2005, 02:05 PM