VPCustomEllipticalSource Constructor Virtual Photonics - VTS Library
Virtual Photonics
Returns an instance of Custom Elliptical Source with specified length and width, source profile (Flat/Gaussian), polar and azimuthal angle range, new source axis direction, translation, and inward normal ray rotation

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

public CustomEllipticalSource(
	double aParameter,
	double bParameter,
	ISourceProfile sourceProfile,
	DoubleRange polarAngleEmissionRange,
	DoubleRange azimuthalAngleEmissionRange,
	Direction newDirectionOfPrincipalSourceAxis = null,
	Position translationFromOrigin = null,
	PolarAzimuthalAngles beamRotationFromInwardNormal = null,
	int initialTissueRegionIndex = 0
)

Parameters

aParameter
Type: OnlineSystem Double
"a" parameter of the ellipse source
bParameter
Type: OnlineSystem Double
"b" parameter of the ellipse source
sourceProfile
Type: Vts.MonteCarlo.Interfaces ISourceProfile
Source Profile {Flat / Gaussian}
polarAngleEmissionRange
Type: Vts.Common DoubleRange
Polar angle emission range
azimuthalAngleEmissionRange
Type: Vts.Common DoubleRange
Azimuthal angle emission range
newDirectionOfPrincipalSourceAxis (Optional)
Type: Vts.Common Direction
New source axis direction
translationFromOrigin (Optional)
Type: Vts.Common Position
New source location
beamRotationFromInwardNormal (Optional)
Type: Vts.MonteCarlo.Helpers PolarAzimuthalAngles
Polar Azimuthal Rotational Angle of inward Normal
initialTissueRegionIndex (Optional)
Type: OnlineSystem Int32
Initial tissue region index
See Also