JCL Help:CartesianToCylinder
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CartesianToCylinder Function
Search in JCL Help
Search in all projects
Summary
Converts cartesian to cylinder coordinates.
Pascal
procedure CartesianToCylinder(const X: Float; const Y: Float; const Z: Float; out R: Float; out Phi: Float; out Zeta: Float);
Parameters
Parameters | Description |
const X: Float | TODO |
const Y: Float | TODO |
const Z: Float | TODO |
out R: Float | TODO |
out Phi: Float | TODO |
out Zeta: Float | TODO |
Description
CartesianToCylinder converts the supplied coordinates from the cartesian coordinate system to the corresponding coordinates in the cylinder coordinate system.
About
Unit
Donator
Marcel van Brakel
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page