Advertisement

1 - 10 of 25 containing alltags:("bezier") (0.001 seconds)
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...
Zones: Web Graphics SoftwareDate Answered: 06/19/2000 Grade: C Views: 0
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...
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...
Zones: Math & ScienceDate Answered: 10/13/2004 Grade: A Views: 0
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.
Zones: Delphi ProgrammingDate Answered: 03/28/2007 Grade: A Views: 0
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...
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...
Zones: 3D Game ProgrammingDate Answered: 03/12/2001 Grade: A Views: 0
How can i convert a Bezier into a B-Slpine ?
Zones: Graphics Game ProgrammingDate Answered: 03/31/2003 Grade: A Views: 5
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...
Zones: 3D Game ProgrammingDate Answered: 11/28/2003 Grade: A Views: 4
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...
Zones: Math & ScienceDate Answered: 08/19/2002 Grade: A Views: 0
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 ...
Zones: Game Programming Physics & AIDate Answered: 06/03/2003 Grade: A Views: 0