Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ aspect
Function
aspect
src/python/PyImath/PyImathFrustum.cpp:67–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
template <class T>
67
static T
68
aspect(Frustum<T> &f)
69
{
70
MATH_EXC_ON;
71
return f.aspect();
72
}
73
74
template <class T>
75
static Matrix44<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected