OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sphere3
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathSphere.h
53
class
Sphere3
64
Sphere3
() : center(0,0,0), radius(0) {}
65
Sphere3
(const Vec3<T> &c, T r) : center(c), radius(r) {}
100
typedef
Sphere3
<float> Sphere3f;
101
typedef
Sphere3
<double> Sphere3d;
109
void
Sphere3
<T>::circumscribe(const Box<Vec3<T> > &box)
117
bool
Sphere3
<T>::intersectT(const Line3<T> &line, T &t) const
132
// line and
Sphere3
do not intersect
159
bool
Sphere3
<T>::intersect(const Line3<T> &line, Vec3<T> &intersection) const
ImathFrustumTest.h
150
bool isVisible(const
Sphere3
<T> &sphere) const;
157
bool completelyContains(const
Sphere3
<T> &sphere) const;
239
bool FrustumTest<T>::isVisible(const
Sphere3
<T> &sphere) const
273
bool FrustumTest<T>::completelyContains(const
Sphere3
<T> &sphere) const
Completed in 50 milliseconds