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 median_line(Triangle, Integer) Given a triangle and an integer , constructs the median line passing through the -th vertex. Related functions Barycenter, Incenter, Height Table of Contents Syntax Description Related functions