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

Method bounds

tutorials/verify/verify.cpp:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 Sphere () : pos(zero), r(zero) {}
131 Sphere (const Vec3fa& pos, float r) : pos(pos), r(r) {}
132 __forceinline BBox3fa bounds() const { return BBox3fa(pos-Vec3fa(r),pos+Vec3fa(r)); }
133 public:
134 Vec3fa pos;
135 float r;

Callers 2

runMethod · 0.45
print_bvh4_triangle4vFunction · 0.45

Calls 1

Vec3faClass · 0.50

Tested by

no test coverage detected