-1

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..

user1118321
  • 25,567
  • 4
  • 55
  • 86
user2102013
  • 29
  • 11

1 Answers1

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