Home
last modified time | relevance | path

Searched refs:latLong (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfEnvmap.cpp54 latLong (const V3f &dir) in latLong() function
69 latLong (const Box2i &dataWindow, const V2f &pixelPosition) in latLong() function
100 pixelPosition (const Box2i &dataWindow, const V2f &latLong) in pixelPosition() argument
102 float x = latLong.y / (-2 * M_PI) + 0.5f; in pixelPosition()
103 float y = latLong.x / -M_PI + 0.5f; in pixelPosition()
113 return pixelPosition (dataWindow, latLong (direction)); in pixelPosition()
120 V2f ll = latLong (dataWindow, pixelPosition); in direction()
DImfEnvmap.h119 Imath::V2f latLong (const Imath::V3f &direction);
128 Imath::V2f latLong (const Imath::Box2i &dataWindow,
138 const Imath::V2f &latLong);