Searched defs:projectionMatrix (Results 1 – 3 of 3) sorted by relevance
76 mat4 projectionMatrix; member
291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project()297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project()
981 mat4 projectionMatrix = mState.projectionMatrix * display.globalTransform; in drawLayers() local