Most voted "triangle" questions
In the plane, triangle (also accepted as trilateral) is the geometric figure that occupies the internal space bounded by three line segments that compete, two by two, at three different points forming three sides and three internal angles that add up to 180°.
Learn more…4 questions
Sort by count of
-
24
votes4
answers7004
viewsCreate a triangle with CSS
Squares that have the color of an item can have up to two colors that in the latter case should be displayed as shown below: Both colors are applied to the CSS property background. What is being…
-
3
votes2
answers671
viewsErrors in the program to sort a triangle
I’m in some trouble and I don’t know how to fix it: 1) An equilateral triangle, three equal sides and angles = 60°, is read as an isosceles triangle (two equal sides). 2) In addition to printing…
-
0
votes2
answers547
viewsIdentifying triangles in Java
I’m doing java exercise, but I can’t find a logic for this: Receive 6 numbers representing measures a,b,c,d,e,f and relate how many and which triangles can be formed using these measures.(To form a…
-
0
votes0
answers61
viewsHow to detect and calculate the angle of an object inside a python image?
I’m trying to write a code that detects lines and calculates an angle within a binary image (not necessarily this one, but always a similar spray). I read a few things about Hough Transform and even…