Home
last modified time | relevance | path

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

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/mplot3d/
H A Daxis3d.py38 _PLANES = ( variable in Axis
194 for p1, p2, p3, p4 in self._PLANES]
207 plane = self._PLANES[2 * index]
209 plane = self._PLANES[2 * index + 1]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/mplot3d/
H A Daxis3d.py55 _PLANES = ( variable in Axis
203 for p1, p2, p3, p4 in self._PLANES]
216 plane = self._PLANES[2 * index]
218 plane = self._PLANES[2 * index + 1]
/dports/games/cake/cake_src/cake/
H A Dtypes.h363 _PLANES, /**< Planes used by map geometry */ enumerator
H A Dq3bsp.cpp1626 r_numplanes[0] = r_numplanes[1] = ReadLump(_PLANES, (void**)&planes, sizeof(plane_t)); in LoadPlanes()