| 1226 | } |
| 1227 | |
| 1228 | RTC_API bool rtcTraversablePointQuery16 (const int* valid, RTCTraversable htraversable, RTCPointQuery16* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN) |
| 1229 | { |
| 1230 | return rtcPointQuery16(valid, (RTCScene)htraversable, query, userContext, queryFunc, userPtrN); |
| 1231 | } |
| 1232 | |
| 1233 | RTC_API void rtcTraversableIntersect1 (RTCTraversable htraversable, RTCRayHit* rayhit, RTCIntersectArguments* args) |
| 1234 | { |
nothing calls this directly
no test coverage detected