Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / SpanCount Method
Degree
Number of control points

In This Topic
    SpanCount Method
    In This Topic
    Computes number of non-empty spans
    Syntax
    'Declaration
     
    Public Shared Function SpanCount( _
       ByVal U() As Double, _
       ByVal p As Integer, _
       ByVal n As Integer _
    ) As Integer
    public static int SpanCount( 
       double[] U,
       int p,
       int n
    )

    Parameters

    U
    p
    Degree
    n
    Number of control points
    See Also