Skip to content

SSSTriangle

Constructs a triangle from three side lengths.

$ wo 'SSSTriangle[3, 4, 5]'
Triangle[{{0, 0}, {5, 0}, {16/5, 12/5}}]