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 and two reals and , constructs an equilateral triangle with barycenter , distance between and the vertices , and the first vertex located at angle .
Given a point and two reals , constructs an equilateral triangle with barycenter and such that the distance between and the vertices is .
Given a segment, constructs an equilateral triangle with such segment as an edge.
Given two points and , constructs an equilateral triangle where two of the vertices are and .