Re: augmented reality development services Digital Media by rproffitt Is there much call for this? In my circles I know of a handful of people that own AR gear. And they all gripe about how the gear is now outdated! They thought it was fun but the novelty wore off and they don't plan on buying new AR gear. Re: A little game! Community Center Geeks' Lounge by Robdale Circles create soothing space, where even reticent people can realize that their voice is welcome. Circles Programming Software Development by im_desperate … a [B][U]vector[/U][/B] in order to store circles in it. i did something but im getting a warning… Re: Circles Programming Software Development by im_desperate yep but im doing a system.out.println(v); and it prints out null . actually i want to store circles in a specified index and at the end to print the state of each of objects i.e toString(). but im using that and im getting a [null] every time :-/ Circles c++ Programming Software Development by Anocondo …Circle *), tangent (Circle *), and disjoint (Circle *) to check if two circles intersect (in two points), are tangent (intersect in exactly one… larger than the distance between the two centers Two circles are tangent if the sum of their radii is …equal to the distance between the two centers Two circles are disjoint if the sum of their radii is … Re: Circles c++ Programming Software Development by StuXYZ …. e.g [code=c++] if (fabs(radiusSum-centre_centre_distance)<Tolerance) { // Circles touch } [/code] However, your problems don't just end there… circles erased ?? Programming Software Development by claudiu_is …#!! I`m trying to draw some circles based on mouse left click coordinates but the circles disappear when I minimize the window… Re: circles erased ?? Programming Software Development by InfiNate … is minimized/maximized/given focus/whatever else, redraw all the circles. What i think is happening, is the form 'forgets' whats… Circles .... Locus... Programming Software Development by ultra vires … a c++ problem.. well the problem was to make small circles on circumfrence of a big circle that is positioned in… Re: Circles .... Locus... Programming Software Development by jim mcnamara … extra complexity, but if you need to get those exterior circles to fit together into a nice ring, with each smaller… Circles and Rectangles not showing in application Programming Software Development by lynnajoe Hi, This application does everything but show the circles and rectangles even though visible is set to true. [CODE]… Re: Drawing growing circles using jQuery or javascript Programming Web Development by MrDJK …;/canvas>[/CODE] [CODE=js](function () { var canvas = document.getElementById('circles'); if ( canvas.getContext ) { var strokeColours = ['#584A34', '#828865', '#5B5466', '#52807C', '#B9896D… < 5; i++ ) { var arcRadius = (i === 0) ? 15 : i * 15; circles.beginPath(); circles.arc(100, 80, arcRadius, 0, Math.PI * 2, true… Connecting Circles C++/Excel Hardware and Software by craig.durnin.1 …template. I then decided that I should create two different circles, with two different centre points, then link them together… the same starting points. Its essentially just two half circles, one smaller than the other (Stops at the Y…getting more a 'half doughnut' shape, due to the circles not being connected. So. Does anyone have any hints/tips… Representing a table full of numbers by 4 circles How ? Programming Software Development by Beginner2008 …[/IMG] As for the third Picture weve got 4 circles Pitch base Outer Root and each one has X, …Y Equations are the same for all 4 circles the only thing that differs is that. For example … the second Picture) Y2=..... Y360=...... The remaining three construction circles are built in the same concept but the same concept… Re: Drawing concentric circles Programming Software Development by bguild …smaller...how's that? The circles don't resize because the circles are only exactly the size you…other sizes. By the way, one of your circles now has a diameter of zero, so it… at all, so you really have only 9 circles. Your innermost circle has diameter 0, your next…the way it was written. If you want the circles to change size then you can use `i … Drawing circles and connecting them Programming Software Development by waterfall … activities. What I want to do is to draw circles for the given number of tasks and connect them according…it connects tasks 1 and task2. I have drawn the circles but have problem in connecting them. here’s my … = 50 + 10 * 2; int ypos2 = 50 + 10 % 2; //draw circles for each task for (int i = 1; i <= tasks… Drawing circles and connecting them Programming Software Development by waterfall … activities. What I want to do is to draw circles for the given number of tasks and connect them according…it connects tasks 1 and task2. I have drawn the circles but have problem in connecting them. here’s my … = 50 + 10 * 2; int ypos2 = 50 + 10 % 2; //draw circles for each task for (int i = 1; i <= tasks… connecting circles dynamically Programming Web Development by waterfall … activities. What I want to do is to draw circles for the given number of tasks and connect them according…it connects tasks 1 and task2. I have drawn the circles but have problem in connecting them. here’s my … = 50 + 10 * 2; int ypos2 = 50 + 10 % 2; //draw circles for each task for (int i = 1; i <= tasks… Function for Intersection of 2 circles Programming Software Development by saba_shakeri … intersect so that the program i have determines if 2 circles intersect. The first circle has centre (px,py) with radix…,qx,qy,qr)) printf("The circles intersect.\n\n"); else printf("The circles do not intersect.\n\n"… A null pointer exception in random circles program. Programming Software Development by bearcoyote1 …, 0, frameSize, frameSize); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.getContentPane().add(circles); frame.setVisible(true); drawAllCircles(); } private static void drawAllCircles(){ for(int… Re: Representing a table full of numbers by 4 circles How ? Programming Software Development by Beginner2008 If im to drawn 4 circles from this code What approch would i use ? Public Class … Re: Concentric Circles Programming Software Development by ArtemisFowl … the other thread, but I'm trying to make concentric circles using a different method. I came up with more to…) myTurtle.down()[/CODE] Using this myTurtle draws the number of circles I want and correctly spaces them, but all the… Re: Drawing concentric circles Programming Software Development by Violet_82 … version of it, I got the circles to work but for some reason the circles don't resize when I make the…", xPoint, yPoint ); } } } and //OvalsTest.java //This program draws concentric circles starting fromt the middle of the frame import javax.swing… Re: Drawing concentric circles Programming Software Development by Violet_82 … correct in that by resizing I actually meant draw more circles as you increase the sixe of the window and draw… that the loop will draw 27 circles. SO if the width increases the number of circles will increase too. The think is… Re: growing circles Programming Software Development by Ezzaral You need to update the coordinates of existing circles if you wish for them to change size or position. I'd recommend taking all code that creates or changes the size out of the paintComponent() method. That should just render the circles you have created. Handle the adding of a new circle and growing of existing circles in other methods. Help Drawing Nested Circles Please! Programming Software Development by MichelleCrews … days now and im stuck!! i gotta make sum nested circles ... but the code i have here draws a bunch of… circles but they are connected :'( and i tryed everythin T.up, … Re: Help Drawing Nested Circles Please! Programming Software Development by MichelleCrews … is the turtle object .. im using cTurtle to draw nested circles and i cant get the turtle to draw the… circles nested .. they come out connected .. i kno i have to … Concentric Circles Programming Software Development by ArtemisFowl I need help creating a python function that makes concentric circles. I already have a function that makes a circle(from … I have so far: (where 'number' is the number of circles, and 'distance' is the space between them) [CODE]def concentric… Re: Concentric Circles Programming Software Development by vegaseat … Python module turtle example of how to draw two concentric circles ... [code]import turtle as tu # initial radius radius = 100 # distance… between circles distance = 30 # pen up tu.up() # move pen to point… drawing circles and pentagons in C++ Programming Software Development by qutecynosure I want to draw three circles within a pentagon in C++. I also want to give random movement to one of the circles within pentagon. Can anyone tell me the code alongwith the required header files for drawing this. regards