Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
class specifies ellipsoid tissue region (x-xc)^2/a^2 + (y-yc)^2/b^2 + (z-zc)^2/c^2 = 1
where center is (xc,yc,zc) and semi-axis along x-, y-, z- axes are a, b, c, respectively.
Namespace: Vts.MonteCarlo.TissuesAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- center
- Type: Vts.Common Position
Position (x,y,z) of the center of the ellipsoid
- radiusX
- Type:
System Double
semi-axis along x-axis
- radiusY
- Type:
System Double
semi-axis along y-axis
- radiusZ
- Type:
System Double
semi-axis along z-axis
- op
- Type: Vts OpticalProperties
OpticalProperties of ellipsoid
See Also