VPNurbsGenerator ComputePointOutOfSurface Method Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the value of a point out of the reference nurbs surface using the derivative of the surfece using the derivative generators for the specific domain.

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

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

Parameters

time
Type: OnlineSystem Double
time value mapped to the reference time
space
Type: OnlineSystem Double
spatial value (rho or fx) mapped to the reference spatial value
edgeValue
Type: OnlineSystem Double
reflectance value on the boundary 'edge' of the reference range

Return Value

Type: OnlineDouble
scaled reflectance value out of reference domain for the specific solution domain

Implements

INurbs ComputePointOutOfSurface(Double, Double, Double)
See Also