Skip to main content

Equilateral triangle

Constructs an equilateral triangle.

Syntax

equilateral_triangle(Point, Real, Real)
equilateral_triangle(Point, Real)
equilateral_triangle(Segment)
equilateral_triangle(Point, Point)

Description

Given a point O and two reals r and ω, constructs an equilateral triangle with barycenter OO, distance between OO and the vertices rr, and the first vertex located at angle ω\omega.

calc.equilateral_triangle1.calc.png
calc.equilateral_triangle1.plotter0.calc.png

Given a point OO and two reals rr, constructs an equilateral triangle with barycenter OO and such that the distance between OO and the vertices is rr.

calc.equilateral_triangle2.calc.png
calc.equilateral_triangle2.plotter0.calc.png

Given a segment, constructs an equilateral triangle with such segment as an edge.

calc.equilateral_triangle3.calc.png
calc.equilateral_triangle3.plotter0.calc.png

Given two points A and B, constructs an equilateral triangle where two of the vertices are AA and BB.

calc.equilateral_triangle4.calc.png
calc.equilateral_triangle4.plotter0.calc.png