VPSubRegionCollisionInfo Constructor Virtual Photonics - VTS Library
Virtual Photonics
SubRegionCollisionInfo collects the number of collision and total path length at the current PhotonDataPoint position.

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

public SubRegionCollisionInfo(
	double pathLength,
	long numberOfCollisions
)

Parameters

pathLength
Type: OnlineSystem Double
total path length in subregion
numberOfCollisions
Type: OnlineSystem Int64
total number of collisions in subregion
See Also