JCL Help:CylinderToCartesian
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CylinderToCartesian Function
Search in JCL Help
Search in all projects
Summary
Converts cylinder to cartesian coordinates.
Pascal
procedure CylinderToCartesian(const R: Float; const Phi: Float; const Zeta: Float; out X: Float; out Y: Float; out Z: Float);
Parameters
Parameters | Description |
const R: Float | TODO |
const Phi: Float | TODO |
const Zeta: Float | TODO |
out X: Float | TODO |
out Y: Float | TODO |
out Z: Float | TODO |
Description
CylinderToCartesian converts the supplied coordinates from the cylinder coordinate system to the corresponding coordinates in the cartesian 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