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

Method getWorld2Local

kernels/common/scene_instance.h:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 __forceinline AffineSpace3fa getWorld2Local() const {
147 return world2local0;
148 }
149
150 __forceinline AffineSpace3fa getWorld2Local(float t) const {
151 if (numTimeSegments() > 0)

Callers 7

intersect_instanceFunction · 0.45
intersectMethod · 0.45
occludedMethod · 0.45
pointQueryMethod · 0.45
intersectMethod · 0.45
occludedMethod · 0.45
pointQueryMethod · 0.45

Calls 2

numTimeSegmentsFunction · 0.85
rcpFunction · 0.50

Tested by

no test coverage detected