# `GSDividQuadraticPoints`

*Function*

## Declaration

```swift
func GSDividQuadraticPoints(_ P0: NSPoint, _ P1: NSPoint, _ P2: NSPoint, _ off1: UnsafeMutablePointer<NSPoint>, _ on: UnsafeMutablePointer<NSPoint>, _ off2: UnsafeMutablePointer<NSPoint>, _ t: CGFloat)
```

```objc
void GSDividQuadraticPoints(NSPoint P0, NSPoint P1, NSPoint P2, NSPoint *off1, NSPoint *on, NSPoint *off2, CGFloat t);
```

```python
GSDividQuadraticPoints(P0: NSPoint, P1: NSPoint, P2: NSPoint, off1: NSPoint, on: NSPoint, off2: NSPoint, t: float)
```

## See Also

### Curve Subdivision and Conversion

- [`GSHalveCubicPoints`](/Core/GlyphsCore/GSHalveCubicPoints)
- [`GSHalveCubicSegment`](/Core/GlyphsCore/GSHalveCubicSegment)
- [`GSHalveQuadraticPoints`](/Core/GlyphsCore/GSHalveQuadraticPoints)
- [`GSHalveQuadraticSegment`](/Core/GlyphsCore/GSHalveQuadraticSegment)
- [`GSQuadratic2Cubic`](/Core/GlyphsCore/GSQuadratic2Cubic)
- [`GSDividQuadraticSpline`](/Core/GlyphsCore/GSDividQuadraticSpline)
- [`GSDividCubicPoints`](/Core/GlyphsCore/GSDividCubicPoints)
- [`GSDividCubicPointsTs`](/Core/GlyphsCore/GSDividCubicPointsTs)
- [`GSDividCubicSegment`](/Core/GlyphsCore/GSDividCubicSegment)
- [`GSDividQuarticSegment`](/Core/GlyphsCore/GSDividQuarticSegment)
- [`GSApproximateQuartic`](/Core/GlyphsCore/GSApproximateQuartic)
- [`GSQuarticToCubic`](/Core/GlyphsCore/GSQuarticToCubic) — Converts from a quartic curve segment to two cubic curve segments.
- [`GSSegmentBetweenPoints`](/Core/GlyphsCore/GSSegmentBetweenPoints)

