Searched defs:Imath (Results 1 - 25 of 33) sorted by relevance

12

/external/opencv3/3rdparty/openexr/Imath/
H A DImathExc.h43 // Imath library-specific exceptions
49 namespace Imath { namespace
71 } // namespace Imath
H A DImathInt64.h47 namespace Imath { namespace
59 } // namespace Imath
H A DImathFrame.h40 namespace Imath { namespace
53 // m[0] = Imath::firstFrame( p[0], p[1], p[2] );
56 // m[i] = Imath::nextFrame( m[i-1], p[i-1], p[i], t[i-1], t[i] );
58 // m[n-1] = Imath::lastFrame( m[n-2], p[n-2], p[n-1] );
188 } // namespace Imath
H A DImathFun.cpp38 namespace Imath { namespace
181 } // namespace Imath
H A DImathHalfLimits.h42 // Imath-style limits for class half.
49 namespace Imath { namespace
64 } // namespace Imath
H A DImathLimits.h62 namespace Imath { namespace
265 } // namespace Imath
H A DImathVec.cpp51 namespace Imath { namespace
540 } // namespace Imath
H A DImathVecAlgo.h43 // with points (Imath::Vec2 and Imath::Vec3).
53 namespace Imath { namespace
144 } // namespace Imath
H A DImathColorAlgo.h45 namespace Imath { namespace
254 } // namespace Imath
H A DImathRandom.cpp46 namespace Imath { namespace
50 // Static state used by Imath::drand48(), Imath::lrand48() and Imath::srand48()
137 return Imath::erand48 (staticState);
158 return Imath::nrand48 (staticState);
195 } // namespace Imath
H A DImathColorAlgo.cpp44 namespace Imath { namespace
178 } // namespace Imath
H A DImathFrustumTest.h42 // Frustum visibility testing (Imath::Frustum).
54 namespace Imath { namespace
75 // Imath::Frustum myFrustum
163 Imath::Matrix44<T> cameraMat() const {return cameraMatrix;}
164 Imath::Frustum<T> currentFrustum() const {return currFrustum;}
213 planeNormAbsX[i] = Vec3<T>(Imath::abs(planeNormX[i].x),
214 Imath::abs(planeNormX[i].y),
215 Imath::abs(planeNormX[i].z));
216 planeNormAbsY[i] = Vec3<T>(Imath::abs(planeNormY[i].x),
217 Imath
[all...]
H A DImathGL.h46 inline void glVertex ( const Imath::V3f &v ) { glVertex3f(v.x,v.y,v.z); }
47 inline void glVertex ( const Imath::V2f &v ) { glVertex2f(v.x,v.y); }
48 inline void glNormal ( const Imath::V3f &n ) { glNormal3f(n.x,n.y,n.z); }
49 inline void glColor ( const Imath::V3f &c ) { glColor3f(c.x,c.y,c.z); }
50 inline void glTranslate ( const Imath::V3f &t ) { glTranslatef(t.x,t.y,t.z); }
52 inline void glTexCoord( const Imath::V2f &t )
73 return !Imath::finitef (f) || f < - GL_FLOAT_MAX || f > GL_FLOAT_MAX;
79 throwBadMatrix (const Imath::M44f& m)
101 glMultMatrix( const Imath::M44f& m )
108 glMultMatrix( const Imath
129 namespace Imath { namespace
[all...]
H A DImathInterval.h43 // class Imath::Interval<class T>
54 namespace Imath { namespace
222 } // namespace Imath
H A DImathLine.h50 namespace Imath { namespace
182 } // namespace Imath
H A DImathRandom.h62 namespace Imath { namespace
306 return Imath::nrand48 (_state) & 1;
313 return Imath::nrand48 (_state);
320 return Imath::erand48 (_state);
396 } // namespace Imath
H A DImathRoots.h49 namespace Imath { namespace
217 } // namespace Imath
H A DImathSphere.h50 namespace Imath { namespace
175 } //namespace Imath
H A DImathBox.h41 // class Imath::Box<class T>
67 namespace Imath { namespace
335 // Partial class specializations for Imath::Vec2<T> and Imath::Vec3<T>
848 } // namespace Imath
H A DImathBoxAlgo.h44 // with bounding boxes (Imath::Box). These algorithms require
83 namespace Imath { namespace
1013 } // namespace Imath
H A DImathFun.h49 namespace Imath { namespace
119 return Imath::sign (a - b);
127 return (Imath::abs (a - b) <= t)? 0 : cmp (a, b);
135 return (Imath::abs (a) <= t) ? 1 : 0;
143 return Imath::abs (a - b) <= t;
265 } // namespace Imath
H A DImathMath.h87 namespace Imath { namespace
206 } // namespace Imath
H A DImathPlane.h44 // The Imath::Plane3<> class represents a half space, so the
46 // plane P can be represented by Imath::Plane3 as either p or -p
58 namespace Imath { namespace
254 } // namespace Imath
H A DImathColor.h49 namespace Imath { namespace
732 } // namespace Imath
H A DImathLineAlgo.h43 // with lines (Imath::Line). These algorithms may require
78 namespace Imath { namespace
285 } // namespace Imath

Completed in 131 milliseconds

12