Declaration

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

Declaration

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

Declaration

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