MCPcopy 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
66template <class T>
67static T
68aspect(Frustum<T> &f)
69{
70 MATH_EXC_ON;
71 return f.aspect();
72}
73
74template <class T>
75static Matrix44<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected