Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Boolean
true if intersection, false otherwise
method to determine if photon track or ray intersects layer boundary
Namespace: Vts.MonteCarlo.TissuesAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- p
- Type: Vts.MonteCarlo Photon
Photon
- distanceToBoundary
- Type:
System Double
return distance to boundary
Return Value
Type:
true if intersection, false otherwise
Implements
ITissueRegion RayIntersectBoundary(Photon, Double )See Also