BezierCurveCurvatureAt Method |
Evaluate the curvature vector at a curve parameter.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Vector3d CurvatureAt(
double t
)
Public Function CurvatureAt (
t As Double
) As Vector3d
Parameters
- t
- Type: SystemDouble
Evaluation parameter.
Return Value
Type:
Vector3dCurvature vector of the curve at the parameter t.
Remarks No error handling.
See Also