VPNurbsGenerator EvaluateNurbsCurveIntegral Method Virtual Photonics - VTS Library
Virtual Photonics
Calculates the integral value of an isoparametric NURBS curve.

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

public 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

Implements

INurbs EvaluateNurbsCurveIntegral(Double, Double)
See Also