Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Imath/
DImathFrustum.h112 bool orthographic() const { return _orthographic; } in orthographic()
179 bool _orthographic; variable
228 _orthographic = f._orthographic;
244 _orthographic == src._orthographic;
263 _orthographic = o; in set()
269 if ( _orthographic ) in modifyNearAndFar()
297 _orthographic = ortho; in setOrthographic()
324 _orthographic = false; in set()
378 if ( _orthographic ) in projectionMatrix()
457 return Frustum<T>(_nearPlane, _farPlane, bl.x, tr.x, tr.y, bl.y, _orthographic); in window()
[all …]