Median line
A median line of a triangle is a line joining a vertex to the midpoint of the opposite side.
Syntax
median_line(Triangle, Integer)
Description
Given a triangle and an integer , constructs the median line passing through the -th vertex.
A median line of a triangle is a line joining a vertex to the midpoint of the opposite side.
median_line(Triangle, Integer)
Given a triangle and an integer , constructs the median line passing through the -th vertex.