MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / ZToDepth

Function ZToDepth

src/python/PyImath/PyImathFrustum.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155template <class T>
156static T
157ZToDepth(Frustum<T> &f, long z, long min, long max)
158{
159 MATH_EXC_ON;
160 return f.ZToDepth(z, min, max);
161}
162
163template <class T>
164static T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected