Searched refs:zNear (Results 1 – 1 of 1) sorted by relevance
346 const float zNear = -1.0f; in Ortho2D() local348 const float inv_z = 1.0f / (zFar - zNear); in Ortho2D()370 result.f_[14] = -(zFar + zNear) * inv_z; in Ortho2D()