Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ RTCRayHit1_
Function
RTCRayHit1_
tutorials/common/core/ray.h:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
__forceinline RTCRayHit* RTCRayHit1_(Ray& ray) {
99
return (RTCRayHit*)&ray;
100
}
101
102
__forceinline RTCRay* RTCRay_(Ray& ray) {
103
return (RTCRay*)&ray;
Callers
1
device_pick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected