VPCalculatorToolbox GetRadius Method (Double, Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Overload of the (rho,z) dependent calculation for calculation of the radial distance from the position (x,y,z) to the origin (0,0,0)

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

public static double GetRadius(
	double x,
	double y,
	double z
)

Return Value

Type: OnlineDouble
distance from coordinate (x,y,z) from the origin (0,0,0)
See Also