geometric-arc
Displaying ImageView edges as arcs
I want 开发者_StackOverflow中文版to display the the images by using the ImageView with edges as arc[详细]
2023-02-14 02:28 分类:问答Rotation and Direction of ArcSegment
Is there a way to get an ArcSegment to draw in a particular direction? As far as I can tell, it is always drawing top to bottom to top. For example, I have an ArcSegment which starts at 180 degrees (2[详细]
2023-02-12 23:29 分类:问答drawing centered arcs in raphael js
I need to draw concentric arcs of various sizes using raphael.js. I tried to understand the code behind http://raphaeljs.com/polar-clock.html, which is very similar to what I want, but, whit开发者_开发[详细]
2023-02-12 10:26 分类:问答HTML5 canvas: Mutliple arc shapes with for loop
Hi there my problem with the code below is the the arc is creating 1 shape not the ten specified in the for loop...[详细]
2023-02-09 18:04 分类:问答Drawing a Projectile Motion Path in Android
I asked this question before, but I think I worded it badly and thus did not get any response. I am trying to make an app for android that draws the path of an object in projectile motion. I have the[详细]
2023-02-07 05:29 分类:问答Draw arc with 2 points and center of the circle
I have two points of circle and center of this c开发者_Go百科ircle. I want to draw an arc between these points. Method drawArc is to simple and doesn\'t fit my purpose.[详细]
2023-01-25 22:33 分类:问答How to calculate (x,y) for a fixed arc length away from a point on a circumference
I\'ve spent so many hours on this I can feel my sanity slowly slipping. So any help would be really truly appreciated.[详细]
2023-01-24 05:57 分类:问答Calculating a tangent arc between two points on two circles
How can I calculate the arc between two circles? The arc must be tangent to the two points on the circles.[详细]
2023-01-23 19:24 分类:问答Android: looking for a drawArc() method with inner & outer radius
I have the following custom view: This I have achieved by using the Canvas\' drawArc() method. However, with this drawArc() method I cannot limit the arc\'s inner radius.[详细]
2023-01-19 03:20 分类:问答How do i get the x/y coordinates of the first and last points of the drawn arc relative to the top left corner of the canvas?
I have a square canvas with a width of 100 and a height of 100. Within th开发者_运维技巧at square I draw an arc like so:[详细]
2023-01-15 14:47 分类:问答