# `GSBoundsOfQuadraticSpline`

*Function*

## Declaration

```swift
func GSBoundsOfQuadraticSpline(_ elements: UnsafePointer<NSPoint>, _ count: Int32, _ minX: UnsafeMutablePointer<CGFloat>, _ minY: UnsafeMutablePointer<CGFloat>, _ maxX: UnsafeMutablePointer<CGFloat>, _ maxY: UnsafeMutablePointer<CGFloat>)
```

```objc
void GSBoundsOfQuadraticSpline(const NSPoint *elements, int count, CGFloat *minX, CGFloat *minY, CGFloat *maxX, CGFloat *maxY);
```

```python
GSBoundsOfQuadraticSpline(elements: NSPoint, count: int, minX: float, minY: float, maxX: float, maxY: float)
```

## See Also

### Lengths, Extrema, and Bounds

- [`GSLengthOfCubicPoints`](/Core/GlyphsCore/GSLengthOfCubicPoints)
- [`GSLengthOfQuadraticSpline`](/Core/GlyphsCore/GSLengthOfQuadraticSpline)
- [`GSTForDistanceCubic`](/Core/GlyphsCore/GSTForDistanceCubic)
- [`GSTForDistanceQuadraticSpline`](/Core/GlyphsCore/GSTForDistanceQuadraticSpline)
- [`GSExtremeTimesOfCubicUnlimited`](/Core/GlyphsCore/GSExtremeTimesOfCubicUnlimited)
- [`GSExtremeTimesOfCubic`](/Core/GlyphsCore/GSExtremeTimesOfCubic)
- [`GSExtremePointsOfCubic`](/Core/GlyphsCore/GSExtremePointsOfCubic)
- [`GSExtremesOfCubic`](/Core/GlyphsCore/GSExtremesOfCubic)
- [`GSTangentPointsAtAngel`](/Core/GlyphsCore/GSTangentPointsAtAngel)
- [`GSBoundsOfQuadratic`](/Core/GlyphsCore/GSBoundsOfQuadratic)
- [`GSBoundsOfCubic`](/Core/GlyphsCore/GSBoundsOfCubic)
- [`GSBoundingRectOfCubic`](/Core/GlyphsCore/GSBoundingRectOfCubic)
- [`GSBoundsOfQuartic`](/Core/GlyphsCore/GSBoundsOfQuartic)
- [`GSBoundingRectOfQuadratic`](/Core/GlyphsCore/GSBoundingRectOfQuadratic)
- [`GSBoundsOfTransformedRect`](/Core/GlyphsCore/GSBoundsOfTransformedRect)

