Instance Method
split(atTime:firstHalf:secondHalf:) splitAtTime:firstHalf:secondHalf: splitAtTime_firstHalf_secondHalf_
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]