# `GSPathSegment splitAtTime:firstHalf:secondHalf:`

*Instance Method*

## Declaration

```swift
func split(atTime t: CGFloat, firstHalf left: AutoreleasingUnsafeMutablePointer<GSPathSegment>, secondHalf right: AutoreleasingUnsafeMutablePointer<GSPathSegment>)
```

```objc
- (void) splitAtTime:(CGFloat) t firstHalf:(GSPathSegment **) left secondHalf:(GSPathSegment **) right;
```

```python
splitAtTime_firstHalf_secondHalf_(t: float) -> tuple[GSPathSegment, GSPathSegment]
```

