Searched defs:cylindrical_to_cartesian (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm30 cylindrical_to_cartesian
110 sub cylindrical_to_cartesian { subroutine
117 return ( cartesian_to_spherical( cylindrical_to_cartesian( @_ ) ) );
332 ($x, $y, $z) = cylindrical_to_cartesian($rho, $theta, $z);
385 =item cylindrical_to_cartesian
387 ($x, $y, $z) = cylindrical_to_cartesian($rho, $theta, $z);

Completed in 20 milliseconds