VPITissueRegion ContainsPosition Method Virtual Photonics - VTS Library
Virtual Photonics
Checks to see if the specified position is within the tissue region. Definition should be such that regions do not overlap, i.e. photon can only be in one region at a time.

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

bool ContainsPosition(
	Position p
)

Return Value

Type: OnlineBoolean
True if the specified position is within the tissue region, false otherwise
See Also