Instance Method
intersectionPoints(_:unlimited:) intersectionPoints:unlimited: intersectionPoints_unlimited_
Deprecated
Declaration
func intersectionPoints(_ otherSegment: GSPathSegment, unlimited: Bool) -> FTPointArray?Declaration
- (FTPointArray *) intersectionPoints:(GSPathSegment *) otherSegment unlimited:(BOOL) unlimited;Declaration
intersectionPoints_unlimited_(otherSegment: GSPathSegment, unlimited: bool) -> FTPointArray