JCL Help:SphericToCartesian

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts spheric to cartesian coordinates.


Pascal

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


Parameters

Parameters Description
const Rho: Float TODO
const Theta: Float TODO
const Phi: Float TODO
out X: Float TODO
out Y: Float TODO
out Z: Float TODO


Description

SphericToCartesian converts the supplied coordinates from the spheric coordinate system to the corresponding coordinates in the cartesian 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