VPSourceToolbox GetPolarAzimuthalPairForGivenAngleRangeRandom Method Virtual Photonics - VTS Library
Virtual Photonics
Provides polar azimuthal angle pair after uniform sampling of given polar angle range and azimuthal angle range

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

public static PolarAzimuthalAngles GetPolarAzimuthalPairForGivenAngleRangeRandom(
	DoubleRange polarAngleEmissionRange,
	DoubleRange azimuthalAngleEmissionRange,
	Random rng
)

Return Value

Type: PolarAzimuthalAngles
polar azimuthal angle pair
See Also