Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Double
value of a point on a NURBS surface
Calculate the value of a point on a NURBS surface.
Namespace: Vts.Modeling.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- timeSpanIndex
- Type:
System Int32
knot span index along the temporal dimension
- timeBasisFunctions
- Type:
System Double
array with the value of the non vanishing basis functions along the temporal coordinate
- spaceSpanIndex
- Type:
System Int32
knot span index along the spatial dimension
- spaceBasisFunctions
- Type:
System Double
array with the value of the non vanishing basis functions along the spatial coordinate(rho or fx)
Return Value
Type:
value of a point on a NURBS surface
See Also