Skip to content

SSSTriangle

SSSTriangle(a, b, c)

returns a triangle from 3 sides a, b and c.

See:

Examples

>> SSSTriangle(10,10,10)
Triangle({{0,0},{10,0},{5,5*Sqrt(3)}})

AASTriangle, ASATriangle, SASTriangle

Implementation status

  • ✅ - full supported

Github