Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Curvature Method
The parametric value

In This Topic
    Curvature Method (Curve)
    In This Topic
    Computes the curve curvature at parametric value u.
    Syntax
    'Declaration
     
    Public Function Curvature( _
       ByVal u As Double _
    ) As Double
    public double Curvature( 
       double u
    )

    Parameters

    u
    The parametric value

    Return Value

    The curvature magnitude.
    See Also