MCPcopy Create free account
hub / github.com/RenderKit/embree / intersect

Function intersect

common/math/interval.h:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 template<typename T> __forceinline const Vec2<Interval<T>> intersect( const Vec2<Interval<T>>& a, const Vec2<Interval<T>>& b ) {
104 return Vec2<Interval<T>>(intersect(a.x,b.x),intersect(a.y,b.y));
105 }
106
107 ////////////////////////////////////////////////////////////////////////////////
108 /// Select

Callers 1

intersectMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected