Searched defs:Frustum (Results 1 - 4 of 4) sorted by relevance
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
H A D | Frustum.java | 27 public class Frustum {
class 52 public Frustum () {
method in class:Frustum
|
/external/opencv3/3rdparty/openexr/Imath/ |
H A D | ImathFrustum.h | 52 // template class Frustum<T> 55 // origin facing down -Z. This makes the Frustum class 68 class Frustum class in namespace:Imath 71 Frustum(); 72 Frustum(const Frustum &); 73 Frustum(T nearPlane, T farPlane, T left, T right, T top, T bottom, bool ortho=false); 74 Frustum(T nearPlane, T farPlane, T fovx, T fovy, T aspect); 75 virtual ~Frustum(); 81 const Frustum 184 inline Frustum<T>::Frustum() function in class:Imath::Frustum 196 inline Frustum<T>::Frustum(const Frustum &f) function in class:Imath::Frustum 202 inline Frustum<T>::Frustum(T n, T f, T l, T r, T t, T b, bool o) function in class:Imath::Frustum 208 inline Frustum<T>::Frustum(T nearPlane, T farPlane, T fovx, T fovy, T aspect) function in class:Imath::Frustum [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_icd.h | 339 void (GLAPIENTRY * Frustum)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); member in struct:__GLdispatchTableRec
|
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
H A D | lwjgl.jar | META-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ... |
Completed in 131 milliseconds