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

Function select

third-party/embreeSrc/common/math/linearspace3.h:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 ////////////////////////////////////////////////////////////////////////////////
173
174 template<typename T> __forceinline LinearSpace3<T> select ( const typename T::Scalar::Bool& s, const LinearSpace3<T>& t, const LinearSpace3<T>& f ) {
175 return LinearSpace3<T>(select(s,t.vx,f.vx),select(s,t.vy,f.vy),select(s,t.vz,f.vz));
176 }
177
178 /*! blending */
179 template<typename T>

Callers 1

frameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected