CURVATURES Function

Standard Library function that computes curvatures on a parametrically defined surface.

Usage

    c = curvatures (s)

Input Parameters

s—A 3-element list of 2-dimensional arrays of dimensions d.

Returned Value

c—A 2-element list of 2-dimensional arrays of dimensions d, where c(0) defines the distribution of minimum curvature and c(1) defines the distribution of maximum curvature.

Keyword

x—A 2-element list of vectors defining the independent variables. By default, x(i) = findgen( d(i) )

Example

See wave/lib/user/examples/curvatures_ex.pro.

See Also

EUCLIDEAN, JACOBIAN, NORMALS