Function
curvatureMaxima(_:_:_:_:) curvatureMaximacurvatureMaxima
Declaration
func curvatureMaxima(_ P1: NSPoint, _ P2: NSPoint, _ P3: NSPoint, _ P4: NSPoint) -> [Any]Declaration
NSArray *curvatureMaxima(NSPoint P1, NSPoint P2, NSPoint P3, NSPoint P4);Declaration
curvatureMaxima(P1: NSPoint, P2: NSPoint, P3: NSPoint, P4: NSPoint) -> listSee 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.