Searched refs:nearPlane (Results 1 – 2 of 2) sorted by relevance
316 Mat4 Mat4::Perspective( float width, float height, float nearPlane, float farPlane ) in Perspective() argument318 float n2 = 2.0f * nearPlane; in Perspective()319 float rcpnmf = 1.f / (nearPlane - farPlane); in Perspective()332 result.f_[10] = (farPlane + nearPlane) * rcpnmf; in Perspective()
913 static Mat4 Perspective( float width, float height, float nearPlane, float farPlane );