getCurvature

public double getCurvature(double t)

This returns the curvature of the Bezier curve at a specified t-value.

Return

returns the curvature.

Parameters

t

the parametric t input.