M_Rhino_Geometry_BezierCurve_CurvatureAt - mcneel/rhinocommon-api-docs GitHub Wiki

BezierCurve.CurvatureAt Method

Evaluate the curvature vector at a curve parameter.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Vector3d CurvatureAt(
	double t
)

VB

Public Function CurvatureAt ( 
	t As Double
) As Vector3d

Parameters

 

t
Type: System.Double
Evaluation parameter.

Return Value

Type: Vector3d
Curvature vector of the curve at the parameter t.

Remarks

No error handling.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BezierCurve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️