|
| void | CartesianToCylindrical (double &x, double &y, double &z) |
| | Function for transforming coordinates from the Cartesian coordinate system to a cylindrical coordinate system. More...
|
| |
| void | CylindricalToCartesian (double &x, double &y, double &z) |
| | Function for transforming coordinates from a cylindrical coordinate system to a Cartesian coordinate system. More...
|
| |
| void | CylindricalToSpherical (double &x, double &y, double &z) |
| | Function for transforming coordinates from a cylindrical coordinate system to a spherical coordinate system. More...
|
| |
| void | CartesianToSpherical (double &x, double &y, double &z) |
| | Function for transforming coordinates from a Cartesian coordinate system to a spherical coordinate system. More...
|
| |
| void | SphericalToCartesian (double &x, double &y, double &z) |
| | Function for transforming coordinates from a spherical coordinate system to a Cartesian coordinate system. More...
|
| |
| void | SphericalToCylindrical (double &x, double &y, double &z) |
| | Function for transforming coordinates from a spherical coordinate system to a cylindrical coordinate system. More...
|
| |
A local coordinate system.