Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Double
value of a point on a NURBS curve
Calculates the value of a point on a NURBS curve.
Namespace: Vts.Modeling.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- spanIndex
- Type:
System Int32
index of the knot span where the parametric point belongs
- basisFunctions
- Type:
System Double
array with the value of the non vanishing basis functions evaluated at a parametric point inside the knot span
- nurbsValues
- Type: Vts.Modeling.ForwardSolvers NurbsValues
NurbsValues class which contains the knot,degree and control points
Return Value
Type:
value of a point on a NURBS curve
See Also