Virtual PhotonicsThe BSplinesCoefficients type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BSplinesCoefficients |
Default constructor.
|
![]() | BSplinesCoefficients(NurbsValues, Int32) |
Constructor used to evaluate the coefficients of the non vanishing
B-splines over the knot span, and to evaluate the limits of the knot span,
mapped to the non parametric space.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | EvaluateMuliplyingValues |
Computes the coefficients of the B-spline recursive formula.
Based on the Cox - De Boor algorithm. 'The NURBS Book' page 50.
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetKnotSpanDeltaT |
Returns the time span of a knot span mapped to the reference space.
|
![]() | GetKnotSpanMidTime |
Returns the middle time of a knot span mapped to the reference space.
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ModifyIfNotValid |
If the input value is NaN or Inf it changes it to zero,as defined in the recursive
formula used to evaluate the B-splines coefficients.'The NURBS Book' page 51.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Coefficients |
Gets or sets the coefficients of the non vanishing B-splines
coefficients over a single knot span.
|
![]() | LowerLimit |
Gets or sets the lower limit of the knot span,mapped to the non parametric space.
|
![]() | UpperLimit |
Gets or sets the upper limit of the knot span,mapped to the non parametric space.
|
See Also