OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Plane3
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathPlane.h
42
// template class
Plane3
44
// The Imath::
Plane3
<> class represents a half space, so the
46
// plane P can be represented by Imath::
Plane3
as either p or -p
62
class
Plane3
69
Plane3
() {}
70
Plane3
(const Vec3<T> &normal, T distance);
71
Plane3
(const Vec3<T> &point, const Vec3<T> &normal);
72
Plane3
(const Vec3<T> &point1,
111
typedef
Plane3
<float> Plane3f;
112
typedef
Plane3
<double> Plane3d
[
all
...]
ImathFrustum.h
130
void planes(
Plane3
<T> p[6]);
131
void planes(
Plane3
<T> p[6], const Matrix44<T> &M);
277
Plane3
<T> nearPlane( Vec3<T>(0,0,-1), n );
646
void Frustum<T>::planes(
Plane3
<T> p[6])
679
void Frustum<T>::planes(
Plane3
<T> p[6], const Matrix44<T> &M)
ImathFrustumTest.h
194
Plane3
<T> frustumPlanes[6];
Completed in 52 milliseconds