VPRadianceOfXAndYAndZAndThetaAndPhiDetector Constructor (DoubleRange, DoubleRange, DoubleRange, DoubleRange, DoubleRange, ITissue, Boolean, String)Virtual Photonics - VTS Library
Virtual Photonics
constructor for radiance as a function of x, y, z, theta and phi detector input

Namespace: Vts.MonteCarlo.Detectors
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public RadianceOfXAndYAndZAndThetaAndPhiDetector(
	DoubleRange x,
	DoubleRange y,
	DoubleRange z,
	DoubleRange theta,
	DoubleRange phi,
	ITissue tissue,
	bool tallySecondMoment,
	string name
)
See Also