JCL Help:CartesianToSpheric

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts cartesian to spheric coordinates.


Pascal

 procedure CartesianToSpheric(const X: Float; const Y: Float; const Z: Float; out Rho: Float; out Phi: Float; out Theta: Float);


Parameters

Parameters Description
const X: Float X element of the coordinate in the cartesian system to convert.
const Y: Float Y element of the coordinate in the cartesian system to convert.
const Z: Float Z element of the coordinate in the cartesian system to convert.
out Rho: Float TODO
out Phi: Float TODO
out Theta: Float TODO


Description

CartesianToSpheric converts the supplied coordinates from the cartesian coordinate system to the corresponding coordinates in the spheric coordinate system.


About

Unit

JclUnitConv


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