Eyeshot 10 WinForms API Reference
Offset Method (KnotVectorExtender)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > KnotVectorExtender Class : Offset Method
The offset amount
Adds the specifies delta to all the values of the array.
Syntax
'Declaration
 
Public Shared Sub Offset( _
   ByVal U() As Double, _
   ByVal delta As Double _
) 
public static void Offset( 
   double[] U,
   double delta
)

Parameters

U
delta
The offset amount
See Also

Reference

KnotVectorExtender Class
KnotVectorExtender Members