MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / BBox

Method BBox

third-party/embreeSrc/common/math/bbox.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 ////////////////////////////////////////////////////////////////////////////////
26
27 __forceinline BBox ( ) { }
28 template<typename T1>
29 __forceinline BBox ( const BBox<T1>& other ) : lower(other.lower), upper(other.upper) {}
30 __forceinline BBox& operator=( const BBox& other ) { lower = other.lower; upper = other.upper; return *this; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected