VPSourceFlags Constructor (Boolean, Boolean, Boolean)Virtual Photonics - VTS Library
Virtual Photonics
Provide on/off flags for translation, rotation from inward normal and rotation of Principal source axis

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

public SourceFlags(
	bool rotationOfPrincipalSourceAxisFlag,
	bool translationFromOriginFlag,
	bool beamRotationFromInwardNormalFlag
)

Parameters

rotationOfPrincipalSourceAxisFlag
Type: OnlineSystem Boolean
The source axis rotation
translationFromOriginFlag
Type: OnlineSystem Boolean
The translation from origin
beamRotationFromInwardNormalFlag
Type: OnlineSystem Boolean
The rotation from inward normal
See Also