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

Function intersect2

src/python/PyImath/PyImathPlane.cpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262template <class T>
263static bool
264intersect2(const Plane3<T> &plane, const Line3<T> &line, Vec3<T> &intersection)
265{
266 MATH_EXC_ON;
267 return plane.intersect(line, intersection);
268}
269
270template <class T, class S>
271static object

Callers

nothing calls this directly

Calls 1

intersectMethod · 0.80

Tested by

no test coverage detected