contour
Creates a ShapeContour with three segments: two LineSegment and one Arc. These three components form a contour that resemble a string starting at point0, wrapping around the circle and ending at point1. If one of the points is inside the circle only a line segment tangent to the circle that starts at the other point is returned. If both points are inside the circle an empty contour is returned.