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

Function projectScreenToRay

src/python/PyImath/PyImathFrustum.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90template <class T>
91static Line3<T>
92projectScreenToRay (Frustum<T> &f, const Vec2<T> &p)
93{
94 MATH_EXC_ON;
95 return f.projectScreenToRay(p);
96}
97
98template <class T>
99static Line3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected