Function
GSNormalQuadraticForT(_:_:_:_:) GSNormalQuadraticForTGSNormalQuadraticForT
Declaration
func GSNormalQuadraticForT(_ P1: NSPoint, _ P2: NSPoint, _ P3: NSPoint, _ t: CGFloat) -> NSPointDeclaration
NSPoint GSNormalQuadraticForT(NSPoint P1, NSPoint P2, NSPoint P3, CGFloat t);Declaration
GSNormalQuadraticForT(P1: NSPoint, P2: NSPoint, P3: NSPoint, t: float) -> NSPointSee Also
Inflections, Curvature, and Normals
Use this function as compared to
curvatureSquaredForTif you compute the square root of the result anyway or if you need to know the sign of the curvature.