Searched defs:aspectRatio (Results 1 – 2 of 2) sorted by relevance
116 Matrix4 Matrix4::perspective(float fovY, float aspectRatio, float nearZ, float farZ) in perspective()
201 Mat4 Mat4::Perspective(float fov, float aspectRatio, float n, float f) in Perspective()