SASTriangle
SASTriangle(a, gamma, b)
returns a triangle from 2 sides
a
,b
and anglegamma
(which is between the sides).
See:
Examples
>> SASTriangle(1, Pi/3, 1)Triangle({{0,0},{1,0},{1/2,Sqrt(3)/2}})
Related terms
AASTriangle, ASATriangle, SSSTriangle
Implementation status
- ✅ - full supported