This question may be in the wrong section but its probobally the most suitable.
I have a series of short lines that form a curve (it happens to be a Bezier curve). Can anyone tell me, or at leas...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Q_10339195.html
My target is to draw several (continuous) Bezier curves by clicking points on screen with the mouse, not by predefining the points' coordinates within the program. In addition, after these curves h...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20840783.html
Zones:
C++Date Answered: 02/21/2004 Grade: A Views: 0
All,
I'm looking for some ideas/code that will help me build 5 dimensional bezier patches to 'wrap' 5d data.
The data is actually a colour image and is therefore in (x,y,r,g,b) space. I coul...
http://www.experts-exchange.com/Other/Math_Science/Q_21146112.html
I've used Canvas.PolyBezier to draw a shape. I would like to fill the shape with a single color. Could anyone provide me with an example on how to do this.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22426929.html
I have a problem about memory leaks in Visual C++ 4.0. In this example I have made a matrix class and a surface class:
Matrix G1 = Get_G1();
Matrix G2 = Get_G2();
Matrix G3 = Get_G3();
Matri...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10022608.html
Zones:
C++Date Answered: 10/25/1997 Grade: C Views: 0
nils pipenbrinck can probably help me here.
I am using 2D cubic splines to represent hoops as the surface of a body (by taking out the y value and adding it back) and then joining up the control...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_20089191.html
How can i convert a Bezier into a B-Slpine ?
http://www.experts-exchange.com/Programming/Game/Game_Graphics/Q_20092568.html
Hi,
Does any one know an algorithm to find the intersection of a line/ray with a 2D Bezier curve? I think it might come down to an iterative process but not sure. Any ideas/urls/algorithms gre...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_20268650.html
In a program of mine, I'm requested to render an arc, using the following interface:
DrawArc(Rect boundingRectangle, startAngle, endAngle)
Yet, my graphic library can only render bezier curves us...
http://www.experts-exchange.com/Other/Math_Science/Q_20336681.html
OK this is a tough one for me : I have read about Bezier functions. this function is perfect fopr my project because it allows me to make a curving effect to my ball. However I cannot see why this ...
http://www.experts-exchange.com/Programming/Game/AI_Physics/Q_20612232.html