Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / BasisFuns Method
The non-zero span of the basis functions
The degree

In This Topic
    BasisFuns Method
    In This Topic
    Compute the non vanishing basis functions.
    Syntax
    'Declaration
     
    Public Shared Function BasisFuns( _
       ByVal U() As Double, _
       ByVal i As Integer, _
       ByVal u1 As Double, _
       ByVal p As Integer _
    ) As Double()
    public static double[] BasisFuns( 
       double[] U,
       int i,
       double u1,
       int p
    )

    Parameters

    U
    i
    The non-zero span of the basis functions
    u1
    p
    The degree

    Return Value

    The non-zero basis functions.
    See Also