VPCustomSurfaceEmittingSphericalSourceInput Constructor (Double, DoubleRange, DoubleRange)Virtual Photonics - VTS Library
Virtual Photonics
Initializes a new instance of CustomSurfaceEmittingSphericalSourceInput class

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

public CustomSurfaceEmittingSphericalSourceInput(
	double radius,
	DoubleRange polarAngleRangeToDefineSphericalSurface,
	DoubleRange azimuthalAngleRangeToDefineSphericalSurface
)

Parameters

radius
Type: OnlineSystem Double
The radius of the sphere
polarAngleRangeToDefineSphericalSurface
Type: Vts.Common DoubleRange
polar angle range to define spherical surface
azimuthalAngleRangeToDefineSphericalSurface
Type: Vts.Common DoubleRange
azimuthal angle range to define spherical surface
See Also