I tried to google it but couldn't find a solution.there are method to draw a triangle with one given angle and two lengths .but i want to draw triangle with given two angles.Can some one guild me..
Asked
Active
Viewed 863 times
-1

user1118321
- 25,567
- 4
- 55
- 86

user2102013
- 29
- 11
-
1Draw a single pixel and say it's a zero-sized triangle with these angles – John Dvorak Feb 23 '13 at 09:53
-
I am new to ActionScript Can you explain..Please ? – user2102013 Feb 23 '13 at 10:30
-
I can't code in actionscript, sorry. I can only give you algorithmic advice and point out the deficiencies in your specification. – John Dvorak Feb 23 '13 at 10:52
1 Answers
0
A triangle is defined correctly only by 2 sides and angle between them, 3 sides, or 1 side and both angles containing that side. Using three angles you can only define a set of triangles. The first commenter said draw a pixel, and he's mathematically correct, as a triangle with infintely small sides, but with 3 correct angles, will be displayed as a single dot. So, you need to define at least one side before you can get a correct displayed triangle.

Vesper
- 18,599
- 6
- 39
- 61
-
Thank you for answering.Sorry for my English in the question.Thats I want..I want to draw a triangle with two given angles and one side(given the line length)..can you help me out. – user2102013 Feb 23 '13 at 11:07