Recent content by tabris556

  1. T

    Undergrad Determing t in a Cubic Bezier equation

    Yeah I think you are right. This just got a lot more interesting for me. Thanks for the help hotvette
  2. T

    Undergrad Determing t in a Cubic Bezier equation

    So I think I have been thinking about this incorrectly. Hotvette you are correct with t = 0.1, x = 0.82 and y = 0.018. What I guess I need to figure out it a way to solve for y when x=1. I have been thinking about this incorrectly and trying to not use x correctly but I need that. So how would...
  3. T

    Undergrad Determing t in a Cubic Bezier equation

    And let me give a concrete example of what I am seeing. The start point is at (0.0, 0.0). The end point is at (10, 0.88). The first control point is (2.5, 0.0) and the second is (7.5, 0.6387501), sorry about that. So at frame 1 I plug in t =0.1. THe graph show that the value there should be...
  4. T

    Undergrad Determing t in a Cubic Bezier equation

    Hi Everyone, so I am having a small situation with cubic bezier curves and I must be missing something. I have generated a program in c# that allows a user to create curves over time and to edit them with control points as they see fit. I have gotten to the point where I am trying to export the...