Midpoint Computes the midpoint of a segment or arc. Syntax midpoint(Point, Point) midpoint(Segment | Arc) Description midpoint(Point, Point) Given two points, computes the point that is equidistant from both of them. midpoint(Segment | Arc) Given a segment or an arc, computes its midpoint. Related functions First vertex, Second vertex, Initial angle Table of Contents Syntax Description Related functions