Skip to content

SASTriangle

SASTriangle(a, gamma, b)

returns a triangle from 2 sides a, b and angle gamma (which is between the sides).

See:

Examples

>> SASTriangle(1, Pi/3, 1)
Triangle({{0,0},{1,0},{1/2,Sqrt(3)/2}})

AASTriangle, ASATriangle, SSSTriangle

Implementation status

  • ✅ - full supported

Github