# `GSNormalQuadraticForT`

*Function*

## Declaration

```swift
func GSNormalQuadraticForT(_ P1: NSPoint, _ P2: NSPoint, _ P3: NSPoint, _ t: CGFloat) -> NSPoint
```

```objc
NSPoint GSNormalQuadraticForT(NSPoint P1, NSPoint P2, NSPoint P3, CGFloat t);
```

```python
GSNormalQuadraticForT(P1: NSPoint, P2: NSPoint, P3: NSPoint, t: float) -> NSPoint
```

## See Also

### Inflections, Curvature, and Normals

- [`GSCubicHasInflection`](/Core/GlyphsCore/GSCubicHasInflection)
- [`GSComputeInflection`](/Core/GlyphsCore/GSComputeInflection)
- [`GSComputeInflectionTimes`](/Core/GlyphsCore/GSComputeInflectionTimes)
- [`GSComputeInflectionTimesTolerance`](/Core/GlyphsCore/GSComputeInflectionTimesTolerance)
- [`GSTransformComponents`](/Core/GlyphsCore/GSTransformComponents)
- [`curvatureMaxima`](/Core/GlyphsCore/curvatureMaxima)
- [`GSCurvatureSquaredForT`](/Core/GlyphsCore/GSCurvatureSquaredForT)
- [`GSSignedCurvatureForT`](/Core/GlyphsCore/GSSignedCurvatureForT) — Use this function as compared to `curvatureSquaredForT` if you compute the square root of the result anyway or if you need to know the sign of the curvature.
- [`GSNormalCubicForT`](/Core/GlyphsCore/GSNormalCubicForT)

