Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_instance
Function · 0.45
intersect
Method · 0.45
occluded
Method · 0.45
pointQuery
Method · 0.45
intersect
Method · 0.45
occluded
Method · 0.45
pointQuery
Method · 0.45
Calls
2
numTimeSegments
Function · 0.85
rcp
Function · 0.50
Tested by
no test coverage detected