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

Function neg

tutorials/common/math/vec.h:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace embree {
11
12__forceinline Vec3f neg(const Vec3f& a ) { return -a; }
13__forceinline Vec3fa neg(const Vec3fa& a) { return -a; }
14__forceinline bool eq (const Vec3fa& a, const Vec3fa& b) { return a == b; }
15__forceinline bool ne (const Vec3fa& a, const Vec3fa& b) { return a != b; }

Callers 15

renderPixelFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelFunction · 0.85
OBJMaterial__sampleFunction · 0.85
face_forwardFunction · 0.85
postIntersectGeometryFunction · 0.85
renderPixelFunctionFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelStandardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected