Home
last modified time | relevance | path

Searched refs:_rays (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dellipse.h70 Point _rays; variable
76 , _rays(r) in Ellipse()
81 , _rays(rx, ry) in Ellipse()
93 _rays = r; in set()
100 _rays[X] = rx; in set()
101 _rays[Y] = ry; in set()
111 void setRays(Point const &p) { _rays = p; } in setRays()
113 void setRays(Coord x, Coord y) { _rays[X] = x; _rays[Y] = y; } in setRays()
122 Point rays() const { return _rays; } in rays()
215 _rays *= s;
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dellipse.h70 Point _rays; variable
76 , _rays(r) in Ellipse()
81 , _rays(rx, ry) in Ellipse()
93 _rays = r; in set()
100 _rays[X] = rx; in set()
101 _rays[Y] = ry; in set()
111 void setRays(Point const &p) { _rays = p; } in setRays()
113 void setRays(Coord x, Coord y) { _rays[X] = x; _rays[Y] = y; } in setRays()
122 Point rays() const { return _rays; } in rays()
215 _rays *= s;
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dellipse.cpp43 , _rays(c.radius(), c.radius()) in Ellipse()
83 _rays[X] = std::sqrt(rx2); in setCoefficients()
93 _rays[Y] = std::sqrt(ry2); in setCoefficients()
303 _rays[X] = L2(v); in operator *=()
304 _rays[Y] = 0; in operator *=()
308 _rays[X] = _rays[X] * mwot[0]; in operator *=()
309 _rays[Y] = _rays[Y] * mwot[3]; in operator *=()
338 if (_rays[X] == _rays[Y]) { in makeCanonical()
347 std::swap(_rays[X], _rays[Y]); in makeCanonical()
615 if (a._rays != b._rays) return false; in operator ==()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dellipse.cpp43 , _rays(c.radius(), c.radius()) in Ellipse()
83 _rays[X] = std::sqrt(rx2); in setCoefficients()
93 _rays[Y] = std::sqrt(ry2); in setCoefficients()
303 _rays[X] = L2(v); in operator *=()
304 _rays[Y] = 0; in operator *=()
308 _rays[X] = _rays[X] * mwot[0]; in operator *=()
309 _rays[Y] = _rays[Y] * mwot[3]; in operator *=()
338 if (_rays[X] == _rays[Y]) { in makeCanonical()
347 std::swap(_rays[X], _rays[Y]); in makeCanonical()
615 if (a._rays != b._rays) return false; in operator ==()
/dports/graphics/pear-Image_3D/Image_3D-0.4.2/Image/3D/Renderer/
H A DRaytrace.php56 protected $_rays; variable in Image_3D_Renderer_Raytrace
65 $this->_rays = 1;
134 $this->_rays = max(1, (int) $rays);
293 $inPixelRayDiff = 1 / ($this->_rays + 1);
294 for ($i = 0; $i < $this->_rays; ++$i) {
295 for ($j = 0; $j < $this->_rays; ++$j) {
/dports/math/libnormaliz/normaliz-3.9.0/doc/
H A DNormaliz.tex2881 …\itemtt[extreme\_rays] is a matrix with $d$ columns. See Section~\ref{precomputed_data} for its us…
/dports/devel/ppl/ppl-1.2/src/
H A Dppl.hh.dist55668 // An inequality saturated by less than `dim_ray_space' _rays/points_