ASATriangle
ASATriangle[α, c, β] returns a filled triangle with angles α and β and side length c, where c is adjacent to both angles.
Examples
Create a triangle with two angles and an included side:
Graphics[ASATriangle[45 Degree, 2, 60 Degree]]Please visit the official Wolfram Language Reference for more details.