VPNurbsGenerator EvaluateSurfacePoint Method Virtual Photonics - VTS Library
Virtual Photonics
Calculate the value of a point on a NURBS surface.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public double EvaluateSurfacePoint(
	int timeSpanIndex,
	double[] timeBasisFunctions,
	int spaceSpanIndex,
	double[] spaceBasisFunctions
)

Parameters

timeSpanIndex
Type: OnlineSystem Int32
knot span index along the temporal dimension
timeBasisFunctions
Type:  OnlineSystem Double 
array with the value of the non vanishing basis functions along the temporal coordinate
spaceSpanIndex
Type: OnlineSystem Int32
knot span index along the spatial dimension
spaceBasisFunctions
Type:  OnlineSystem Double 
array with the value of the non vanishing basis functions along the spatial coordinate(rho or fx)

Return Value

Type: OnlineDouble
value of a point on a NURBS surface
See Also