Lines Matching refs:RT

24 template < class RT>
27 const RT &ax, const RT &ay, const RT &az, in side_of_plane_centered_sphere_translateC3()
28 const RT &nx, const RT &ny, const RT &nz, in side_of_plane_centered_sphere_translateC3()
29 const RT &qx, const RT &qy, const RT &qz, in side_of_plane_centered_sphere_translateC3()
30 const RT &rx, const RT &ry, const RT &rz, in side_of_plane_centered_sphere_translateC3()
31 const RT &tx, const RT &ty, const RT &tz) in side_of_plane_centered_sphere_translateC3()
33 RT q2 = CGAL_NTS square(qx) + CGAL_NTS square(qy) + CGAL_NTS square(qz); in side_of_plane_centered_sphere_translateC3()
34 RT r2 = CGAL_NTS square(rx) + CGAL_NTS square(ry) + CGAL_NTS square(rz); in side_of_plane_centered_sphere_translateC3()
35 RT t2 = CGAL_NTS square(tx) + CGAL_NTS square(ty) + CGAL_NTS square(tz); in side_of_plane_centered_sphere_translateC3()
36 RT na =nx*ax + ny*ay + nz*az; in side_of_plane_centered_sphere_translateC3()
37 na *= RT(2.0); in side_of_plane_centered_sphere_translateC3()
53 template < class RT>
55 side_of_plane_centered_sphereC3(const RT &ax, const RT &ay, const RT &az, in side_of_plane_centered_sphereC3()
56 const RT &nx, const RT &ny, const RT &nz, in side_of_plane_centered_sphereC3()
57 const RT &px, const RT &py, const RT &pz, in side_of_plane_centered_sphereC3()
58 const RT &qx, const RT &qy, const RT &qz, in side_of_plane_centered_sphereC3()
59 const RT &rx, const RT &ry, const RT &rz, in side_of_plane_centered_sphereC3()
60 const RT &tx, const RT &ty, const RT &tz) in side_of_plane_centered_sphereC3()
73 return side_of_plane_centered_sphere_translateC3<RT>(ax-px, ay-py, az-pz, in side_of_plane_centered_sphereC3()
80 template < class RT>
83 const RT &ax, const RT &ay, const RT &az, in side_of_plane_centered_sphere_translateC3()
84 const RT &nx, const RT &ny, const RT &nz, in side_of_plane_centered_sphere_translateC3()
85 const RT &qx, const RT &qy, const RT &qz, in side_of_plane_centered_sphere_translateC3()
86 const RT &rx, const RT &ry, const RT &rz) in side_of_plane_centered_sphere_translateC3()
90 RT q2 = CGAL_NTS square(qx) + CGAL_NTS square(qy) + CGAL_NTS square(qz); in side_of_plane_centered_sphere_translateC3()
91 RT r2 = CGAL_NTS square(rx) + CGAL_NTS square(ry) + CGAL_NTS square(rz); in side_of_plane_centered_sphere_translateC3()
92 RT na =nx*ax + ny*ay + nz*az; in side_of_plane_centered_sphere_translateC3()
93 na *= RT(2.0); in side_of_plane_centered_sphere_translateC3()
95 Sign num = sign_of_determinant<RT>(qx, qy, qz, q2, in side_of_plane_centered_sphere_translateC3()
100 Sign den = sign_of_determinant<RT>(nx,ny,nz, in side_of_plane_centered_sphere_translateC3()
107 num = sign_of_determinant<RT>(qx, qy, qz, q2, in side_of_plane_centered_sphere_translateC3()
111 den = sign_of_determinant<RT>(nx,ny,nz, in side_of_plane_centered_sphere_translateC3()
119 template < class RT>
121 side_of_plane_centered_sphereC3(const RT &ax, const RT &ay, const RT &az, in side_of_plane_centered_sphereC3()
122 const RT &nx, const RT &ny, const RT &nz, in side_of_plane_centered_sphereC3()
123 const RT &px, const RT &py, const RT &pz, in side_of_plane_centered_sphereC3()
124 const RT &qx, const RT &qy, const RT &qz, in side_of_plane_centered_sphereC3()
125 const RT &rx, const RT &ry, const RT &rz) in side_of_plane_centered_sphereC3()
142 return side_of_plane_centered_sphere_translateC3<RT>(ax-px, ay-py, az-pz, in side_of_plane_centered_sphereC3()