If I got a polynomial curve, and I want to find all monotonic curve segments and corresponding intervals by programming.
I am studying graphics and currently using OpenGL with GLUT. Doing my editing in codeblocks and using an online tutorial located at lighthouse3d. I am using the main method declared on that page howev
I\'m developing a Flex application. Since I\'m not a very talented graphical designer, I leave all stylings etc. at their defaults. Once I finish the app, I would like to give it to a graphical design
I need help regarding DDA algorithm , i\'m confused by the tutorial which i found online on DDA Algo , here is the link to that tutorial
Is there anyway I can effectively call the equiv. of setText on a Flex Graphics object ? Specifically I\'m using a custom cell renderer to display data in a datagrid. The renderer uses the Graphics o
I\'m trying to draw over the whole screen by using the desktop canvas and painting to it directly. The problem is I can\'t clear that desktop canvas. I\'ve tried setting the canvas.pen.style to psNotX
I have an application that requires resizing of a component that will be scaled up and down quite frequently. I noticed that when I scale the component, any filter I use on it will not scale with it.
How do I use DT_CALCRECT to determine my rectangle bottom and right coords? e.g I have this rect: RECT textPos;
I am new to BlackBerry Java application 开发者_开发问答development. My scenario is: In my application a gallery list of images will be displayed in a small icons. If I click on any image it will displ
I do NOT want the system trying to scale my drawing, I want to do it entirely on my own as any attempt to squeeze/stretch the graphics will produce ugly results.The problem is that as the image gets b