VPBSplinesCoefficients MembersVirtual Photonics - VTS Library
Virtual Photonics

The BSplinesCoefficients type exposes the following members.
Constructors

  NameDescription
Public methodBSplinesCoefficients 
Default constructor.
Public methodBSplinesCoefficients(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.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEvaluateMuliplyingValues
Computes the coefficients of the B-spline recursive formula. Based on the Cox - De Boor algorithm. 'The NURBS Book' page 50.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetKnotSpanDeltaT
Returns the time span of a knot span mapped to the reference space.
Public methodGetKnotSpanMidTime
Returns the middle time of a knot span mapped to the reference space.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodModifyIfNotValid
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.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyCoefficients
Gets or sets the coefficients of the non vanishing B-splines coefficients over a single knot span.
Public propertyLowerLimit
Gets or sets the lower limit of the knot span,mapped to the non parametric space.
Public propertyUpperLimit
Gets or sets the upper limit of the knot span,mapped to the non parametric space.
Back to Top
See Also