Type Alias ArcPoints

ArcPoints: {
    lead: ArcEndPoint;
    tail: ArcEndPoint;
}