VPINurbs EvaluateNurbsCurveIntegral Method Virtual Photonics - VTS Library
Virtual Photonics
Defines the signature of the method used to calculate the integral value of an isoparametric NURBS curve multiplied by an exponential function analitically.

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

double EvaluateNurbsCurveIntegral(
	double space,
	double exponentialTerm
)

Parameters

space
Type: OnlineSystem Double
radial position or spatial frequency mapped to the reference spatial value
exponentialTerm
Type: OnlineSystem Double
exponential decay due to absorption

Return Value

Type: OnlineDouble
integral value of an isoparametric NURBS curve
See Also