Home
last modified time | relevance | path

Searched refs:sqradius (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dgraph.h65 void Draw_empty_circle_general(short center_x,short center_y,long sqradius,byte color);
67 void Draw_empty_circle_permanent(short center_x,short center_y,long sqradius,byte color);
68 void Draw_empty_circle_preview (short center_x,short center_y,long sqradius,byte color);
69 void Hide_empty_circle_preview (short center_x,short center_y,long sqradius);
70 void Draw_empty_circle_general(short center_x,short center_y,long sqradius,byte color);
71 void Draw_filled_circle (short center_x,short center_y,long sqradius,byte color);
107 void Draw_grad_circle (short center_x,short center_y,long sqradius,short spot_x,short spot_y);
H A Dgraph.c1240 radius = sqrt(sqradius); in Draw_empty_circle_general()
1249 if (Pixel_in_circle(x, y, sqradius)) in Draw_empty_circle_general()
1267 if (!Pixel_in_circle(x, y, sqradius)) in Draw_empty_circle_general()
1297 short radius = sqrt(sqradius); in Draw_empty_circle_permanent()
1308 short radius = sqrt(sqradius); in Draw_empty_circle_preview()
1318 short radius = sqrt(sqradius); in Hide_empty_circle_preview()
1335 short radius = sqrt(sqradius); in Draw_filled_circle()
1355 if (Pixel_in_circle(x, y, sqradius)) in Draw_filled_circle()
2343 short radius = sqrt(sqradius); in Draw_grad_circle()
2360 Gradient_total_range=sqradius+ in Draw_grad_circle()
[all …]
/dports/math/cgal/CGAL-5.3/demo/CGAL_ipelets/include/CGAL_ipelets/
H A Dpencils.h30 …typename Kernel::FT sqradius=- lambda*(CGAL::squared_distance(c1.center(),origin)-c1.squared_ra… in compute_circle_in_pencil() local
33 typename Kernel::Circle_2 circ(center,sqradius); in compute_circle_in_pencil()
/dports/science/molscript/MolScript-280abee/code/
H A Dselect.c674 double sqradius; in select_atom_sphere() local
685 sqradius = dstack[3]; in select_atom_sphere()
688 if (sqradius < 0.0) { in select_atom_sphere()
693 sqradius *= sqradius; in select_atom_sphere()
701 *flags++ = v3_close (&(at->xyz), &centre, sqradius); in select_atom_sphere()
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/Efficient_RANSAC/
H A DSphere.h72 return CGAL::sqrt(this->sqradius(m_sphere)); in radius()
83 - CGAL::sqrt(this->sqradius(m_sphere)); in squared_distance()
94 FT r = CGAL::sqrt(this->sqradius(m_sphere)); in info()
113 FT sqradius(const Sphere_3& s) const in sqradius() function
192 FT radius = CGAL::sqrt(this->sqradius(m_sphere)); in squared_distance()
H A DTorus.h140 FT sqradius(const Circle_2& s) const in sqradius() function
382 minorRad = this->sqradius(c); in getCircle()
387 this->sqlen_2(this->constr_vec_2(this->circle_center(c), pts[3])) - this->sqradius(c)); in getCircle()
/dports/math/reduce/Reduce-svn5758-src/doc/manual2/
H A Dgeometry.tex83 {The circle with given center and sqradius.}
98 {The sqradius of $c$.}
/dports/devel/bullet/bullet3-3.21/examples/SoftDemo/
H A DSoftDemo.cpp323 btScalar sqradius; member
325 ImplicitSphere(const btVector3& c, btScalar r) : center(c), sqradius(r * r) {} in ImplicitSphere()
328 return ((x - center).length2() - sqradius); in Eval()
/dports/devel/py-bullet3/bullet3-3.21/examples/SoftDemo/
H A DSoftDemo.cpp323 btScalar sqradius; member
325 ImplicitSphere(const btVector3& c, btScalar r) : center(c), sqradius(r * r) {} in ImplicitSphere()
328 return ((x - center).length2() - sqradius); in Eval()
/dports/math/reduce/Reduce-svn5758-src/packages/geometry/
H A Dold-geometry.tst576 sqr_rad:=sqrdist(a,n); % the outcircle sqradius.
H A Dold-geometry.tex1001 center and sqradius.}
1013 \xxyy{circle\_sqradius(c:Circle):Point}{The sqradius of $c$.}
H A Dold-geometry.rlg2225 % the outcircle sqradius.