V3f 439 3rdparty/openexr/IlmImf/ImfAcesFile.cpp V3f fileNeutralXYZ (fx / fy, 1, (1 - fx - fy) / fy); V3f 443 3rdparty/openexr/IlmImf/ImfAcesFile.cpp V3f acesNeutralXYZ (ax / ay, 1, (1 - ax - ay) / ay); V3f 449 3rdparty/openexr/IlmImf/ImfAcesFile.cpp V3f ratio ((acesNeutralXYZ * bradfordCPM) / V3f 530 3rdparty/openexr/IlmImf/ImfAcesFile.cpp V3f aces = V3f (base->r, base->g, base->b) * _data->fileToAces; V3f 63 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp using Imath::V3f; V3f 774 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp V3f v (x, y, z); V3f 798 3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp const V3f &v = V3f 54 3rdparty/openexr/IlmImf/ImfEnvmap.cpp latLong (const V3f &dir) V3f 111 3rdparty/openexr/IlmImf/ImfEnvmap.cpp pixelPosition (const Box2i &dataWindow, const V3f &direction) V3f 117 3rdparty/openexr/IlmImf/ImfEnvmap.cpp V3f V3f 122 3rdparty/openexr/IlmImf/ImfEnvmap.cpp return V3f (sin (ll.y) * cos (ll.x), V3f 206 3rdparty/openexr/IlmImf/ImfEnvmap.cpp faceAndPixelPosition (const V3f &direction, V3f 260 3rdparty/openexr/IlmImf/ImfEnvmap.cpp V3f V3f 277 3rdparty/openexr/IlmImf/ImfEnvmap.cpp V3f dir (1, 0, 0); V3f 119 3rdparty/openexr/IlmImf/ImfEnvmap.h Imath::V2f latLong (const Imath::V3f &direction); V3f 148 3rdparty/openexr/IlmImf/ImfEnvmap.h const Imath::V3f &direction); V3f 156 3rdparty/openexr/IlmImf/ImfEnvmap.h Imath::V3f direction (const Imath::Box2i &dataWindow, V3f 303 3rdparty/openexr/IlmImf/ImfEnvmap.h void faceAndPixelPosition (const Imath::V3f &direction, V3f 314 3rdparty/openexr/IlmImf/ImfEnvmap.h Imath::V3f direction (CubeMapFace face, V3f 142 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp V3f V3f 225 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp V3f _yw; V3f 837 3rdparty/openexr/IlmImf/ImfRgbaFile.cpp V3f _yw; V3f 56 3rdparty/openexr/IlmImf/ImfRgbaYca.cpp V3f V3f 60 3rdparty/openexr/IlmImf/ImfRgbaYca.cpp return V3f (m[0][1], m[1][1], m[2][1]) / (m[0][1] + m[1][1] + m[2][1]); V3f 65 3rdparty/openexr/IlmImf/ImfRgbaYca.cpp RGBAtoYCA (const V3f &yw, V3f 357 3rdparty/openexr/IlmImf/ImfRgbaYca.cpp YCAtoRGBA (const Imath::V3f &yw, V3f 416 3rdparty/openexr/IlmImf/ImfRgbaYca.cpp desaturate (const Rgba &in, float f, const V3f &yw, Rgba &out) V3f 440 3rdparty/openexr/IlmImf/ImfRgbaYca.cpp fixSaturation (const Imath::V3f &yw, V3f 137 3rdparty/openexr/IlmImf/ImfRgbaYca.h Imath::V3f computeYw (const Chromaticities &cr); V3f 151 3rdparty/openexr/IlmImf/ImfRgbaYca.h void RGBAtoYCA (const Imath::V3f &yw, V3f 218 3rdparty/openexr/IlmImf/ImfRgbaYca.h void YCAtoRGBA (const Imath::V3f &yw, V3f 240 3rdparty/openexr/IlmImf/ImfRgbaYca.h void fixSaturation (const Imath::V3f &yw, V3f 141 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp V3f V3f 173 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp V3f _yw; V3f 668 3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp V3f _yw; V3f 82 3rdparty/openexr/IlmImf/ImfVecAttribute.h typedef TypedAttribute<Imath::V3f> V3fAttribute; V3f 137 3rdparty/openexr/Imath/ImathBox.h typedef Box <V3f> Box3f; V3f 174 3rdparty/openexr/Imath/ImathColorAlgo.h return rgb2packed( V3f(x,y,z) ); V3f 46 3rdparty/openexr/Imath/ImathGL.h inline void glVertex ( const Imath::V3f &v ) { glVertex3f(v.x,v.y,v.z); } V3f 48 3rdparty/openexr/Imath/ImathGL.h inline void glNormal ( const Imath::V3f &n ) { glNormal3f(n.x,n.y,n.z); } V3f 49 3rdparty/openexr/Imath/ImathGL.h inline void glColor ( const Imath::V3f &c ) { glColor3f(c.x,c.y,c.z); } V3f 50 3rdparty/openexr/Imath/ImathGL.h inline void glTranslate ( const Imath::V3f &t ) { glTranslatef(t.x,t.y,t.z); } V3f 47 3rdparty/openexr/Imath/ImathGLU.h gluLookAt(const Imath::V3f &pos, const Imath::V3f &interest, const Imath::V3f &up) V3f 253 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp template M44d procrustesRotationAndTranslation (const V3f* from, const V3f* to, const size_t numPoints, const bool doScale); V3f 255 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp template M44d procrustesRotationAndTranslation (const V3f* from, const V3f* to, const float* weights, const size_t numPoints, const bool doScale);