| 1211 | } |
| 1212 | |
| 1213 | RTC_API bool rtcTraversablePointQuery(RTCTraversable htraversable, RTCPointQuery* query, RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void* userPtr) |
| 1214 | { |
| 1215 | return rtcPointQuery((RTCScene)htraversable, query, userContext, queryFunc, userPtr); |
| 1216 | } |
| 1217 | |
| 1218 | RTC_API bool rtcTraversablePointQuery4 (const int* valid, RTCTraversable htraversable, RTCPointQuery4* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN) |
| 1219 | { |
nothing calls this directly
no test coverage detected