getCurvature

public double getCurvature(double t)

This returns the curvature of the BezierPoint, which is zero since this is a Point.

Return

returns the curvature, which is zero.

Parameters

t

the parametric t value.