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

Function intersect1

src/python/PyImath/PyImathLine.cpp:306–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305template <class T>
306static bool
307intersect1(Line3<T> &line, const Vec3<T> &v0, const Vec3<T> &v1, const Vec3<T> &v2,
308 Vec3<T> &pt, Vec3<T> &barycentric, bool &front)
309{
310 MATH_EXC_ON;
311 return IMATH_NAMESPACE::intersect(line, v0, v1, v2, pt, barycentric, front);
312}
313
314template <class T>
315static object

Callers

nothing calls this directly

Calls 1

intersectFunction · 0.85

Tested by

no test coverage detected