Tagged Questions

0
votes
1answer
35 views

Drawing curve with fixed length

actually I don't know how this calls, but: I would like to implement such functionality: I'm drawing curve with cursor. And this line has to be e.g. 100 pixels length, no more.... When the length of ...
0
votes
1answer
615 views

How to draw dynamic curved line in Android?

I have a byte buffer in my Android application,consider it as a vector.The data in the buffer is changed dynamically(There is a separate thread to update the buffer).I want to draw these data ...
0
votes
1answer
1k views

Drawing semi-transparent curves in OpenGL ES

My goal is to draw a semi-transparent curve. User moves cursor and I draw the curve under the cursor. I've tried to use antialiased points to draw line, but I don't know how to make it transparent. ...