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