VPINurbs EvaluateNurbsCurveFourierTransform Method Virtual Photonics - VTS Library
Virtual Photonics
Defines the signature for the method used to evaluate the FT of an isoparametric curve.

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

Complex EvaluateNurbsCurveFourierTransform(
	double space,
	double expTerm,
	double ft
)

Return Value

Type: OnlineComplex
R(ft) at fixed rho
See Also