Searched refs:hhn (Results 1 – 1 of 1) sorted by relevance
292 double hhn,hwn,hhf,hwf = 0.0; in createFrustum() local298 hhn = viewExpansion * nearPlane; in createFrustum()299 hwn = hhn * aspectRatio; in createFrustum()330 double hn = (2 * hhn) * ydiffpct; in createFrustum()341 frustum.topLeftNear = cn - (up * (hhn + hn)) - (right * (hwn + wn)); in createFrustum()342 frustum.topRightNear = cn - (up * (hhn + hn)) + (right * (hwn + wn)); in createFrustum()343 frustum.bottomLeftNear = cn + (up * (hhn + hn)) - (right * (hwn + wn)); in createFrustum()344 frustum.bottomRightNear = cn + (up * (hhn + hn)) + (right * (hwn + wn)); in createFrustum()