Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ fovy
Function
fovy
src/python/PyImath/PyImathFrustum.cpp:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
template <class T>
59
static T
60
fovy(Frustum<T> &f)
61
{
62
MATH_EXC_ON;
63
return f.fovy();
64
}
65
66
template <class T>
67
static T
Callers
nothing calls this directly
Calls
1
fovy
Method · 0.80
Tested by
no test coverage detected