VPNurbsForwardSolver ROfFx Method (IEnumerable OpticalProperties , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Returns the spatial frequancy resolved reflectance at fx applying the scaling on the reference fx-time resolved reflectance. Than integrates analitically the isoprametric NURBS curve over time if fx is on the surface. If fx is out of range it returns 0.

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

public override IEnumerable<double> ROfFx(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
optical properties
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequency

Return Value

Type: OnlineIEnumerable OnlineDouble 
spatial frequency resolved reflectance

Implements

IForwardSolver ROfFx(IEnumerable OpticalProperties , IEnumerable Double )
See Also