Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / MinAcceptableKnotDistance Method
Degree

In This Topic
    MinAcceptableKnotDistance Method
    In This Topic
    Computes the minimum acceptable knot distance.
    Syntax
    'Declaration
     
    Public Shared Function MinAcceptableKnotDistance( _
       ByVal U() As Double, _
       ByVal p As Integer _
    ) As Double
    public static double MinAcceptableKnotDistance( 
       double[] U,
       int p
    )

    Parameters

    U
    p
    Degree

    Return Value

    The minimum acceptable knot distance.
    See Also