VPSurfaceEmittingSphericalSourceBase Constructor Virtual Photonics - VTS Library
Virtual Photonics
Defines SurfaceEmittingSphericalSourceBase class

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

protected SurfaceEmittingSphericalSourceBase(
	double radius,
	DoubleRange polarAngleRangeToDefineSphericalSurface,
	DoubleRange azimuthalAngleRangeToDefineSphericalSurface,
	Direction newDirectionOfPrincipalSourceAxis,
	Position translationFromOrigin,
	int initialTissueRegionIndex
)

Parameters

radius
Type: OnlineSystem Double
The radius of the sphere
polarAngleRangeToDefineSphericalSurface
Type: Vts.Common DoubleRange
polar angle range to define the emitting area of the sphere
azimuthalAngleRangeToDefineSphericalSurface
Type: Vts.Common DoubleRange
azimuthal angle range to define the emitting area of the sphere
newDirectionOfPrincipalSourceAxis
Type: Vts.Common Direction
New source axis direction
translationFromOrigin
Type: Vts.Common Position
New source location
initialTissueRegionIndex
Type: OnlineSystem Int32
Initial tissue region index
See Also