VPINurbs ComputePointOutOfSurface Method Virtual Photonics - VTS Library
Virtual Photonics
Defines the signature of the method used to compute the point outside the surface range.

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

double ComputePointOutOfSurface(
	double time,
	double space,
	double edgeValue
)

Return Value

Type: OnlineDouble
Value of a point outside the surface
See Also