VPCylinderRegion RayIntersectBoundary Method Virtual Photonics - VTS Library
Virtual Photonics
method to determine if photon ray (or track) will intersect boundary of cylinder

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

public bool RayIntersectBoundary(
	Photon photon,
	out double distanceToBoundary
)

Parameters

photon
Type: Vts.MonteCarlo Photon
photon position, direction, etc.
distanceToBoundary
Type: OnlineSystem Double 
distance to boundary

Return Value

Type: OnlineBoolean
boolean

Implements

ITissueRegion RayIntersectBoundary(Photon, Double )
See Also