Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ projectionMatrix
Function
projectionMatrix
src/python/PyImath/PyImathFrustum.cpp:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
template <class T>
75
static Matrix44<T>
76
projectionMatrix(Frustum<T> &f)
77
{
78
MATH_EXC_ON;
79
return f.projectionMatrix();
80
}
81
82
template <class T>
83
static Frustum<T>
Callers
nothing calls this directly
Calls
1
projectionMatrix
Method · 0.80
Tested by
no test coverage detected