Results 1 to 3 of 3

Thread: Bézier Curve... how?

  1. #1

    Thread Starter
    Hyperactive Member Q_Me's Avatar
    Join Date
    Dec 2001
    Posts
    327

    Bézier Curve... how?

    With given coordinate index how can a Bézier curve be made in VB using a standard picture box to plot the points?

    eg.

    VB Code:
    1. Sub BezierThis(NumberofPoints as integer, TheseXY() as POITAPI)
    2. For i = 0 to NumberofPoints - 1
    3.  DoSomething
    4.  pic1.pset (curvepoints), vbBlack
    5. Next i
    6. End Sub

    Any ideas?
    53323737 15 743 313402 05 740313063. 17 15 4150 743 313402 05 140393403437 5203 743 30210.


  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    google it! found something.

    here

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Bézier Curve... how?

    Originally posted by Q_Me
    With given coordinate index how can a Bézier curve be made in VB using a standard picture box to plot the points?

    eg.

    VB Code:
    1. Sub BezierThis(NumberofPoints as integer, TheseXY() as POITAPI)
    2. For i = 0 to NumberofPoints - 1
    3.  DoSomething
    4.  pic1.pset (curvepoints), vbBlack
    5. Next i
    6. End Sub

    Any ideas?
    the .Net framework has this built in.

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