Re: star triangle Programming Software Development by timdog345 triangles 2-4 are just reflections/rotations of the first one … Re: Triangles Programming Software Development by Spagett912 …isosceles, equilateral, noTriangle}; // declares the different types of triangles } using namespace triangles; //List of the different functions void extern displayRedo (); …displayRedo (); Answer2 = getAnswer (); } while (Answer2 == 'Y'); } myLabel ("Triangles 2.0", "02/20/2008", cout); system… Triangles Programming Software Development by Spagett912 …isosceles, equilateral, noTriangle}; // declares the different types of triangles } using namespace triangles; //List of the different functions void extern displayRedo (); …displayRedo (); Answer2 = getAnswer (); } while (Answer2 == 'Y'); } myLabel ("Triangles 2.0", "02/20/2008", cout); system… triangles of matrix Programming Software Development by sunveer How can i print the lower and upper triangles of matrix Please guide me in writing the code. i don't know even how to start writing the code. Please help. Re: triangles of matrix Programming Software Development by sunveer … from user what i have to do to print the triangles. Triangles from vertices Programming Software Development by bleedi … red on the picture. Now, I need to create the triangles, which is done by specifying the three vertices that make… Re: Triangles from vertices Programming Software Development by Momerath … 7 8 Back square 9 10 11 12 Now the triangles are 1 2 6 2 3 7 3 4 8… Structured Data: Nesting Triangles(using structs and doing some geometric c Programming Software Development by Alex_13 …The program takes as input a pair of triangles, specified be giving the coordinates of each …return true; } /** * Check to see if either of two triangles is * entirely contained within the other. * * @param t1…lt; endl; else cout << "These triangles do not nest." << endl; }… drawing triangles with python's turtle graphic Programming Software Development by wai.yan.9678 … lengths. There will be either 0 triangles, 1 triangle, 2 triangles or an infinite number of triangles – you program must determine which possibility… Re: drawing triangles with python's turtle graphic Programming Software Development by ryantroop ….python.org/py3k/library/turtle.html This will help understand triangles: http://www.freemathhelp.com/feliz-angles-triangle.html The key… part is understanding that all triangles will have a total of 180* as the sum of… Re: arranging 4 for loop * triangles in line Programming Software Development by Narue … acceptable solutions. >I AM ONLY ABLE TO ALIGN THE TRIANGLES VERTICALLY AND NOT HORIZONTALLY For each row, handle all of… the triangles rather than just one: [code] #include <iostream> using… Re: I want to Make Triangles at pixel level in Js Programming Web Development by fxm This remarkable page [url]http://www.uselesspickles.com/triangles/demo.html[/url] describes and illustrates a truly brilliant way to draw triangles with javascript, CSS and HTML. In the course of doing so it briefly mentions the tedious no-brain alternative. Re: create a sphere using triangles Programming Software Development by VernonDozier … create a sphere using only the primitives like lines, circles, triangles etc. so i can't use any library.. thank you…, and that includes the "primitives" like straight lines, triangles, etc. The very fact that you are using C++ means… arranging 4 for loop * triangles in line Programming Software Development by Der_sed …; } ( copyrights JASWEB)[/CODE] I AM ONLY ABLE TO ALIGN THE TRIANGLES VERTICALLY AND NOT HORIZONTALLY :confused: ----->AS IN THE PHOTO… Troubles with printing triangles Programming Software Development by NewbyChic … next mission. I have to draw a set of four triangles using for loops. I have the first two done, the… Re: Troubles with printing triangles Programming Software Development by server_crash I had to do a diamond once, making two triangles. I could post the code if you need it, but it looks like you've already got it solved. help drawing triangles Programming Software Development by rajgopal.uoh Can anyone help me in developing a code to draw triangles with given the lengths of the three sides. Class Hierarchy extending triangles Programming Software Development by Grn Xtrm … use this class to create classes of different types of triangles. I want to these classes to inherit the perimeter method… Geometric Art using Triangles (C#) Programming Software Development by vegaseat … to create some rather artistic geometric designs. This program uses triangles to follow in the Spirograph's foot steps. The math… opengl triangles/quads Programming Software Development by zobadof … a new window. I would like to move onto adding triangles/quads; I just dont know where to add the code… input a number n and printing triangles of height n Programming Software Development by shredded how do i write a java code preferably using the 'while-do', 'if-else', 'for' statements to get these outcomes? n is the input and the system prints triangles of height n? n=2 . * *** n=5 ........* ......*** ....***** ..******* ********* ignore the dots, they are to align them properly thanks in advance I want to Make Triangles at pixel level in Js Programming Web Development by louiscos77 …,y,z) } } } [/CODE] I want to put a code for triangles like this [CODE=js]function triangle(triangleLocation,triangleColor,triangleZoom,x1… creating an asterics pattern of triangles Programming Software Development by emchom … am trying to create a program that uses * to make triangles depending on how big the user wishes to make them… help with 'For Loop' triangles and their outputs, reflected Programming Software Development by Ultralisk … know if there is a way to reflect the output triangles so that they print like this? [CODE] * * * * * * * * * * * * * * * * * * * *[/CODE] Is it… help with 'For Loop' triangles and their outputs, reflected Programming Software Development by Ultralisk … know if there is a way to reflect the output triangles so that they print like this? So that the triangle… create a sphere using triangles Programming Software Development by cool_zephyr could anyone please help me to create a sphere using triangles?? i've searched a lot but all of them only describe creating a sphere using some library packages Re: create a sphere using triangles Programming Software Development by VernonDozier … math part. It's impossible to create a sphere using triangles mathematically. I think I know what you mean, but I… Re: create a sphere using triangles Programming Software Development by cool_zephyr [QUOTE=;][/QUOTE] @firstperson could you please explain the code too?? i'm not able to grasp what the code is doing @Vernon i have to create a sphere using only the primitives like lines, circles, triangles etc. so i can't use any library.. thank you guys for your time..i think it's too complicated for me to do it drawing triangles with C++ Programming Software Development by Hydrokr0n1k …. do { // Display menu. cout << "THIS PROGRAM DRAWS TRIANGLES.\n" << endl; cout << "1… Generate Random Triangles Programming Software Development by Kayla1993 Need help writing code for generating random triangles. You will have the following functions (no violation of these …