Searched defs:aspect (Results 1 – 3 of 3) sorted by relevance
56 …wVector(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect /* = 50.*/) in drawVector()77 …per::drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect) in drawVectorBox()
216 float aspect = float(mVpWidth)/float(mVpHeight); in updateProjectionMatrix() local
28 static Matrix4x4 Perspective(float fovy, float aspect, float zNear, float zFar) in Perspective()