VPEllipsoidRegion RayIntersectBoundary Method Virtual Photonics - VTS Library
Virtual Photonics
method to determine if photon track or ray intersects boundary of ellipsoid

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
distanceToBoundary
Type: OnlineSystem Double 
return: distance to boundary

Return Value

Type: OnlineBoolean
boolean true if intersection, false otherwise

Implements

ITissueRegion RayIntersectBoundary(Photon, Double )
See Also