MCPcopy 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
74template <class T>
75static Matrix44<T>
76projectionMatrix(Frustum<T> &f)
77{
78 MATH_EXC_ON;
79 return f.projectionMatrix();
80}
81
82template <class T>
83static Frustum<T>

Callers

nothing calls this directly

Calls 1

projectionMatrixMethod · 0.80

Tested by

no test coverage detected