Home
last modified time | relevance | path

Searched defs:cartesian_to_spherical (Results 1 – 10 of 10) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_sphere_3d.hxx121 void vgl_sphere_3d<Type>::cartesian_to_spherical(Type x, Type y, Type z, Type& elevation_rad, Type&… in cartesian_to_spherical() function in vgl_sphere_3d
128 void vgl_sphere_3d<Type>::cartesian_to_spherical(vgl_point_3d<Type> const& pt, Type& elevation_rad,… in cartesian_to_spherical() function in vgl_sphere_3d
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Dcartesian.cc42 PBD::cartesian_to_spherical (double x, double y, double z, double& azimuth, double& elevation, doub… in cartesian_to_spherical() function in PBD
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dfuncs.py30 def cartesian_to_spherical(x, y, z): function
/dports/lang/perl5.30/perl-5.30.3/cpan/Math-Complex/lib/Math/
H A DTrig.pm111 sub cartesian_to_spherical { subroutine
/dports/lang/perl5.34/perl-5.34.0/cpan/Math-Complex/lib/Math/
H A DTrig.pm111 sub cartesian_to_spherical { subroutine
/dports/lang/perl5.32/perl-5.32.1/cpan/Math-Complex/lib/Math/
H A DTrig.pm111 sub cartesian_to_spherical { subroutine
/dports/math/p5-Math-Complex/Math-Complex-1.59/lib/Math/
H A DTrig.pm111 sub cartesian_to_spherical { subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Math-Complex/lib/Math/
H A DTrig.pm111 sub cartesian_to_spherical { subroutine
/dports/biology/dsr-pdb/dsr-pdb-1.0.3/tools/
H A Dpdb_interpolate.cc141 Spherical_point cartesian_to_spherical(Vertex_descriptor v, const Protein_graph &g, const dsrpdb::P… in cartesian_to_spherical() function
156 void cartesian_to_spherical(const dsrpdb::Protein &p, Oit out){ in cartesian_to_spherical() function
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dgrid_functions.py251 def cartesian_to_spherical(points,surface=False): function