JCL Help:PolarToCartesian
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PolarToCartesian Function
Search in JCL Help
Search in all projects
Summary
Converts polar to cartesian coordinates
Pascal
procedure PolarToCartesian(const R: Float; const Phi: Float; out X: Float; out Y: Float);
Parameters
Parameters | Description |
out X: Float | Receives the X element of the converted coordinate. |
out Y: Float | Receives the Y element of the converted coordinate. |
Rho | Rho part of the coordinate in the polar system to convert. |
Theta | Theta part of the coordinate in the polar system to convert. |
Description
PolarToCartesion converts the supplied coordinates from the polar coordinate system to the corresponding coordinates in the cartesian (or rectangular) system.
See Also
About
Unit
Donator
ESB Consultancy
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