VPCalculatorToolbox GetRadius Method (Double, Double)Virtual Photonics - VTS Library
Virtual Photonics
Get the radial location from the system origin to the position rho and z

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

public static double GetRadius(
	double rho,
	double z
)

Return Value

Type: OnlineDouble
distance to (rho,z) coordinate from origin = (0,0)
See Also