MCPcopy 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
58template <class T>
59static T
60fovy(Frustum<T> &f)
61{
62 MATH_EXC_ON;
63 return f.fovy();
64}
65
66template <class T>
67static T

Callers

nothing calls this directly

Calls 1

fovyMethod · 0.80

Tested by

no test coverage detected