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

Class FourPiTy

third-party/embreeSrc/common/math/constants.h:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 const constexpr OneOverTwoPiTy one_over_two_pi = OneOverTwoPiTy();
156
157 struct FourPiTy
158 {
159 __forceinline operator double( ) const { return double(4.0*M_PI); }
160 __forceinline operator float ( ) const { return float(4.0*M_PI); }
161 };
162
163 const constexpr FourPiTy four_pi = FourPiTy();
164

Callers 1

constants.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected