Home
last modified time | relevance | path

Searched refs:cartesian_to_polar (Results 1 – 17 of 17) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/compute/perf/
H A Dperf_cart_to_polar.cpp62 BOOST_COMPUTE_FUNCTION(float2_, cartesian_to_polar, (float2_ p),
117 cartesian_to_polar, in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_cart_to_polar.cpp62 BOOST_COMPUTE_FUNCTION(float2_, cartesian_to_polar, (float2_ p),
117 cartesian_to_polar, in main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/compute/perf/
H A Dperf_cart_to_polar.cpp62 BOOST_COMPUTE_FUNCTION(float2_, cartesian_to_polar, (float2_ p),
117 cartesian_to_polar, in main()
/dports/devel/boost-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_cart_to_polar.cpp62 BOOST_COMPUTE_FUNCTION(float2_, cartesian_to_polar, (float2_ p),
117 cartesian_to_polar, in main()
/dports/devel/hyperscan/boost_1_75_0/libs/compute/perf/
H A Dperf_cart_to_polar.cpp62 BOOST_COMPUTE_FUNCTION(float2_, cartesian_to_polar, (float2_ p),
117 cartesian_to_polar, in main()
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Treedrawer/
H A DSwf.pm112 my ( $r1, $start ) = $drawer->cartesian_to_polar( $x1 - $cx, $y1 - $cy );
113 my ( $r2, $end ) = $drawer->cartesian_to_polar( $x2 - $cx, $y2 - $cy );
H A DPdf.pm124 my ( $r1, $start ) = $drawer->cartesian_to_polar( $x1 - $cx, $y1 - $cy );
125 my ( $r2, $end ) = $drawer->cartesian_to_polar( $x2 - $cx, $y2 - $cy );
H A DPng.pm246 my ( $r1, $start ) = $drawer->cartesian_to_polar( $x1 - $cx, $y1 - $cy );
247 my ( $r2, $end ) = $drawer->cartesian_to_polar( $x2 - $cx, $y2 - $cy );
H A DProcessing.pm176 my ( $r1, $start ) = $drawer->cartesian_to_polar( $x1 - $cx, $y1 - $cy );
177 my ( $r2, $stop ) = $drawer->cartesian_to_polar( $x2 - $cx, $y2 - $cy );
H A DAbstract.pm227 my ( $rr, $ra ) = $td->cartesian_to_polar( ($rx-$cx), ($ry-$cy) ); # rightmost
228 my ( $lr, $la ) = $td->cartesian_to_polar( ($lx-$cx), ($ly-$cy) ); # leftmost
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dtransform.py52 def cartesian_to_polar(x, y, xaround, yaround): function
235 angle, _radius = cartesian_to_polar(xpos, ypos, self.xaround, self.yaround)
241 _angle, radius = cartesian_to_polar(xpos, ypos, self.xaround, self.yaround)
247 _angle, radius = cartesian_to_polar(xpos, ypos, self.xaround, self.yaround)
257 angle, _radius = cartesian_to_polar(xpos, ypos, self.xaround, self.yaround)
/dports/science/qmcpack/qmcpack-3.11.0/nexus/tests/unit/
H A Dtest_grid_functions.py13 from grid_functions import polar_to_cartesian,cartesian_to_polar
61 polar_from_cart = cartesian_to_polar(cart_ref)
250 from grid_functions import cartesian_to_polar
299 s = cartesian_to_polar(p)
309 s = cartesian_to_polar(p)
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqvec/test/
H A DTestVectorOpsComplex.cpp132 BOOST_AUTO_TEST_CASE(cartesian_to_polar) in BOOST_AUTO_TEST_CASE() argument
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dkinematic_templates.cpp22 Point cartesian_to_polar(Point const &pt, Point const &center = Point(0,0)) { in cartesian_to_polar() function
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dkinematic_templates.cpp22 Point cartesian_to_polar(Point const &pt, Point const &center = Point(0,0)) { in cartesian_to_polar() function
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/
H A DTreedrawer.pm1083 sub cartesian_to_polar { subroutine
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dgrid_functions.py157 def cartesian_to_polar(points,surface=False): function
2617 upoints = cartesian_to_polar(upoints)
2987 upoints = cartesian_to_polar(upoints,surface=True)