Results 1 to 8 of 8

Thread: Bezier curve example

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    length of line divided by size of desired triangle

  2. #2
    PGDCE Developer Carver413's Avatar
    Join Date
    Jun 2010
    Location
    Spokane,WA,Usa
    Posts
    206
    after implementing the Catmull in my own works I realize that it doesn't work quite like my bezier line routine. still I believe that a simple solution can be found
    1. create a function that will convert a multi segment line into its Catmull equivalent.
    2. create a function that will allow you to interpolate to any position on a multi segment line.
    once you have those functions then it should be fairly easy to figure out the rest. I will try to work these out if I have some time tonight since I need them for my stuff. will post the results.

Bookmarks

Posting Permissions

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