Graphics
-
I have a vector of POINTs and I want to draw a curve that undergo(pass over) all that points in my vector. Somebody adviced me to use Bezier...and probably he is right. But using Bezier method the curve bypasses several points in my vector(control points) which is not my purpose.I hope i make myself understood. My knowledge regarding Bezier curves is so weak that I need your help. Thank you in advance..I promise to rate good answers.
-
I have a vector of POINTs and I want to draw a curve that undergo(pass over) all that points in my vector. Somebody adviced me to use Bezier...and probably he is right. But using Bezier method the curve bypasses several points in my vector(control points) which is not my purpose.I hope i make myself understood. My knowledge regarding Bezier curves is so weak that I need your help. Thank you in advance..I promise to rate good answers.
Daniel Visan wrote: Thank you in advance..I promise to rate good answers. *grin* CP ( thankfully ) has no rating system. Beziers are mapped by specifying control points, but the curve does not pass through those points, it's more like a magnet, pulling the line *twoard* that point, not through it. I can't recall off the top of my head ( no MSDN or books here ) how to draw a line that passes through the points, but I know there is an AngleArc function, or similar, which may help you. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001 Picture the daffodil. And while you do that, I'll be over here going through your stuff.
-
Daniel Visan wrote: Thank you in advance..I promise to rate good answers. *grin* CP ( thankfully ) has no rating system. Beziers are mapped by specifying control points, but the curve does not pass through those points, it's more like a magnet, pulling the line *twoard* that point, not through it. I can't recall off the top of my head ( no MSDN or books here ) how to draw a line that passes through the points, but I know there is an AngleArc function, or similar, which may help you. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001 Picture the daffodil. And while you do that, I'll be over here going through your stuff.
****Christian Graus wrote: ( thankfully ) has no rating system. We had one for a while, remember? With John and You racing against each other :-) Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
****Christian Graus wrote: ( thankfully ) has no rating system. We had one for a while, remember? With John and You racing against each other :-) Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
Nish [BusterBoy] wrote: We had one for a while, remember? How could I forget ? Nish [BusterBoy] wrote: With John and You racing against each other Actually that was more everyone ( me included ) vs. Michael Martin, who was voting for me. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001 Picture the daffodil. And while you do that, I'll be over here going through your stuff.