| 252 | } |
| 253 | |
| 254 | MultiMeshIntersectionResult rayMultiMeshAnyIntersect( const std::vector<Line3fMesh> & lineMeshes, |
| 255 | float rayStart, float rayEnd ) |
| 256 | { |
| 257 | return rayMultiMeshAnyIntersect_( lineMeshes, rayStart, rayEnd ); |
| 258 | } |
| 259 | |
| 260 | MultiMeshIntersectionResult rayMultiMeshAnyIntersect( const std::vector<Line3dMesh> & lineMeshes, |
| 261 | double rayStart, double rayEnd ) |
no test coverage detected