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

In This Topic
    OneBasisFun Method
    In This Topic
    Computes the basis function Nip.
    Syntax
    'Declaration
     
    Public Shared Function OneBasisFun( _
       ByVal U() As Double, _
       ByVal i As Integer, _
       ByVal u1 As Double, _
       ByVal p As Integer _
    ) As Double
    public static double OneBasisFun( 
       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 Nip basis funtion
    See Also