Searched refs:invheight (Results 1 – 1 of 1) sorted by relevance
716 double invheight = top - bottom; in ortho() local724 m.m[1][1] = 2.0 / invheight; in ortho()726 m.m[3][1] = -(top + bottom) / invheight; in ortho()750 double invheight = top - bottom; in frustum() local757 m.m[1][1] = 2.0 * nearPlane / invheight; in frustum()758 m.m[2][1] = (top + bottom) / invheight; in frustum()