Declaration

func intersectionPoints(_ otherSegment: GSPathSegment, unlimited: Bool, intersections: UnsafeMutablePointer<GSIntersectResultsStruct>) -> Bool

Declaration

- (BOOL) intersectionPoints:(GSPathSegment *) otherSegment unlimited:(BOOL) unlimited intersections:(GSIntersectResultsStruct *) intersections;

Declaration

intersectionPoints_unlimited_intersections_(otherSegment: GSPathSegment, unlimited: bool, intersections: GSIntersectResultsStruct) -> bool