Instance Method
isEqual(to:tolerance:) isEqualToSegment:tolerance: isEqualToSegment_tolerance_
Declaration
func isEqual(to otherSegment: GSPathSegment, tolerance: CGFloat) -> BoolDeclaration
- (BOOL) isEqualToSegment:(GSPathSegment *) otherSegment tolerance:(CGFloat) tolerance;Declaration
isEqualToSegment_tolerance_(otherSegment: GSPathSegment, tolerance: float) -> bool