Instance Method
intersectionPoints(_:unlimited:intersections:) intersectionPoints:unlimited:intersections: intersectionPoints_unlimited_intersections_
Declaration
func intersectionPoints(_ otherSegment: GSPathSegment, unlimited: Bool, intersections: UnsafeMutablePointer<GSIntersectResultsStruct>) -> BoolDeclaration
- (BOOL) intersectionPoints:(GSPathSegment *) otherSegment unlimited:(BOOL) unlimited intersections:(GSIntersectResultsStruct *) intersections;Declaration
intersectionPoints_unlimited_intersections_(otherSegment: GSPathSegment, unlimited: bool, intersections: GSIntersectResultsStruct) -> bool