Searched defs:spherical_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.pm32 spherical_to_cartesian
90 sub spherical_to_cartesian { subroutine
99 my ( $x, $y, $z ) = spherical_to_cartesian( @_ );
334 ($x, $y, $z) = spherical_to_cartesian($rho, $theta, $phi);
395 =item spherical_to_cartesian
397 ($x, $y, $z) = spherical_to_cartesian($rho, $theta, $phi);

Completed in 50 milliseconds