Home
last modified time | relevance | path

Searched refs:CenterAxis (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBVH_Box.hxx215 struct CenterAxis struct
221 struct CenterAxis<T, 2> struct
238 struct CenterAxis<T, 3> struct
259 struct CenterAxis<T, 4> struct
427 return BVH::CenterAxis<T, N>::Center (*this, theAxis);
H A DBVH_ObjectSet.hxx74 return BVH::CenterAxis<T, N>::Center (myObjects.Value (theIndex)->Box(), theAxis); in Center()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBVH_Box.hxx346 struct CenterAxis struct
352 struct CenterAxis<T, 2> struct
369 struct CenterAxis<T, 3> struct
390 struct CenterAxis<T, 4> struct
558 return BVH::CenterAxis<T, N>::Center (*this, theAxis);
H A DBVH_ObjectSet.hxx74 return BVH::CenterAxis<T, N>::Center (myObjects.Value (theIndex)->Box(), theAxis); in Center()
/dports/cad/opencascade/opencascade-7.6.0/src/BVH/
H A DBVH_Box.hxx346 struct CenterAxis struct
352 struct CenterAxis<T, 2> struct
369 struct CenterAxis<T, 3> struct
390 struct CenterAxis<T, 4> struct
558 return BVH::CenterAxis<T, N>::Center (*this, theAxis);
H A DBVH_ObjectSet.hxx74 return BVH::CenterAxis<T, N>::Center (myObjects.Value (theIndex)->Box(), theAxis); in Center()