4
votes
1answer
54 views
Rotating coordinates around an axis
I'm representing a shape as a set of coordinates in 3D, I'm trying to rotate the whole object around an axis (In this case the Z axis, but I'd like to rotate around all three once …
4
votes
3answers
97 views
Best algorithm for matching colours.
Hi,
I got array of some (about 200) colours in RGB format. I want to write program that taking any RGB colour and trying to match colour from my array that is most "similar".
Of c …
2
votes
3answers
31 views
How can I turn on (change color) of a single pixel by coordinates in WPF.
Hello.I have seen similar questions on here but haven't found an answer.I'm taking a computer graphics course in college and we are taught different algorithms that are used to dis …
0
votes
1answer
38 views
White lines around round border at high zoom level
If I zoom large enough in xamlpadx (500%) I see while lines around the inside of the border. In my app this even happens at normal zoom level in some controls.
Why is that and mo …
0
votes
1answer
45 views
Basic Open GL/GLUT Issue
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 declare …
2
votes
1answer
58 views
.NET graphics Ghosting
I'm making a sample GUI for a new application we are developing at work. The language has already been decided for me, but I am allowed to use any 3rd party DLLs or add-ins or wha …
1
vote
4answers
149 views
Drawing and clearing the desktop canvas with Delphi
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.pe …
1
vote
3answers
108 views
How to make sure if a polynomial curve is monotonic under interval [a,b]?
Hi, guys,
If I got a polynomial curve, and I want to find all monotonic curve segments and corresponding intervals by programming.
What's the best way to do this...
I want to avo …
0
votes
1answer
23 views
How to make an image as transparent in BlackBerry?
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 …
0
votes
2answers
23 views
Flex 3 and scaling DropShadowFilter
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 …
0
votes
1answer
50 views
Graphical Bugs while programmatically creating UILabel, UITextField, etc…
I programmatically created a login view and a table view.
Under certain circumstances which i cannot reproduce there occur some strange visual bugs:
Text with some letters havin …
1
vote
2answers
92 views
How do I position lines exactly in C#
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 th …
0
votes
1answer
54 views
Confused in DDA algorithm , need some help
Hi Friends, 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
http://i.thiyagaraaj.com/tu …
0
votes
2answers
79 views
Lattice problems: lattice objects coming from JAGS, but device can’t be set
Hi All,
I ran JAGS with runjags in R and I got a giant list back (named results for this example). Whenever I access results$density, two lattice plots (one for each parameter) po …
0
votes
2answers
51 views
building website graphics with GWT
hi,
i am building a site with GWT. i have finished all the logics and now i need to work on the graphics/UI.
i am just begining my way at web site and i have 2 questions:
1) h …
