getCurvature

public double getCurvature(double t)

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

Return

returns the curvature of the BezierCurve at the specified t-value.

Parameters

t

the specified t-value.