Click or drag to resize

ICurveCurvatureAt Method

Evaluate the curvature vector at a curve parameter.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
Vector3 CurvatureAt(
	double t
)

Parameters

t
Type: SystemDouble
Evaluation parameter.

Return Value

Type: Vector3
Curvature vector of the curve at the parameter t.
Remarks
No error handling.
See Also