Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ calcViewMatrixInverse
Function
calcViewMatrixInverse
src/cinder/gl/wrapper.cpp:541–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
mat4 calcViewMatrixInverse()
542
{
543
return glm::inverse( getViewMatrix() );
544
}
545
546
mat3 calcNormalMatrix()
547
{
Callers
1
setDefaultShaderVars
Method · 0.85
Calls
2
inverse
Function · 0.85
getViewMatrix
Function · 0.85
Tested by
no test coverage detected